]> git.eshelyaron.com Git - emacs.git/commitdiff
; Drop two obsolete defvars
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 24 Sep 2022 19:06:47 +0000 (12:06 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 24 Sep 2022 19:06:47 +0000 (12:06 -0700)
* 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
lisp/vc/vc.el

index 8cca60961d49b965ad52249f6adec10ac235c18b..22f7750febdacc95a4688d2db15e1a4dae486cf5 100644 (file)
@@ -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.
index 4950a1a32dea2dc7518a4f8b6f099b799d420e25..24300e014af03fe78a6f4bee3a5ac20a0dbf9a4b 100644 (file)
@@ -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)