; 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.
This commit is contained in:
Sean Whitton 2022-09-24 12:06:47 -07:00
parent 5e26d5f527
commit be9e51f61f
2 changed files with 0 additions and 2 deletions

View 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.

View 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)