; 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:
parent
5e26d5f527
commit
be9e51f61f
2 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue