emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master be9e51f61f: ; Drop two obsolete defvars


From: Sean Whitton
Subject: master be9e51f61f: ; Drop two obsolete defvars
Date: Sat, 24 Sep 2022 15:06:55 -0400 (EDT)

branch: master
commit be9e51f61f6c6de17967c139c95d71472bc30137
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; Drop two obsolete defvars
    
    * lisp/vc/vc-git.el (vc-want-edit-command-p)
    * lisp/vc/vc.el (vc-want-edit-command-p): Drop obsolete defvar.
---
 lisp/vc/vc-git.el | 1 -
 lisp/vc/vc.el     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 8cca60961d..22f7750feb 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1089,7 +1089,6 @@ It is based on `log-edit-mode', and has Git-specific 
extensions."
 (declare-function vc-compilation-mode "vc-dispatcher" (backend))
 (defvar compilation-directory)
 (defvar compilation-arguments)
-(defvar vc-want-edit-command-p)
 
 (defun vc-git--pushpull (command prompt extra-args)
   "Run COMMAND (a string; either push or pull) on the current Git branch.
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 4950a1a32d..24300e014a 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1046,7 +1046,6 @@ Within directories, only files already under version 
control are noticed."
 (defvar log-edit-vc-backend)
 (defvar diff-vc-backend)
 (defvar diff-vc-revisions)
-(defvar vc-want-edit-command-p)
 
 (defun vc-deduce-backend ()
   (cond ((derived-mode-p 'vc-dir-mode)   vc-dir-backend)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]