From: Sean Whitton Date: Sat, 24 Sep 2022 19:06:47 +0000 (-0700) Subject: ; Drop two obsolete defvars X-Git-Tag: emacs-29.0.90~1856^2~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be9e51f61f6c6de17967c139c95d71472bc30137;p=emacs.git ; 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. --- 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. diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 4950a1a32de..24300e014af 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)