emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 42a954adb4 03/13: Remove unnecessary variable d


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 42a954adb4 03/13: Remove unnecessary variable declaration
Date: Fri, 6 May 2022 15:58:11 -0400 (EDT)

branch: elpa/git-commit
commit 42a954adb4db813a59c2c18b1d77bc2d8b1d6ced
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Remove unnecessary variable declaration
---
 lisp/magit-base.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index 4747b9349f..536b3a6566 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -57,8 +57,6 @@
 (eval-when-compile (require 'which-func))
 (declare-function which-function "which-func" ())
 
-(defvar magit-wip-before-change-mode)
-
 ;;; Options
 
 (defcustom magit-completing-read-function #'magit-builtin-completing-read



reply via email to

[Prev in Thread] Current Thread [Next in Thread]