summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-24 12:06:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-24 12:06:47 -0700
commitbe9e51f61f6c6de17967c139c95d71472bc30137 (patch)
tree7c4a8607545cea87967ab2168b903a7d249eb820 /lisp/vc/vc-git.el
parent5e26d5f527eae5e004b85d830701346189ef497a (diff)
downloademacs-be9e51f61f6c6de17967c139c95d71472bc30137.tar.gz
emacs-be9e51f61f6c6de17967c139c95d71472bc30137.tar.bz2
emacs-be9e51f61f6c6de17967c139c95d71472bc30137.zip
; 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.
Diffstat (limited to 'lisp/vc/vc-git.el')
-rw-r--r--lisp/vc/vc-git.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 8cca60961d4..22f7750febd 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.