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

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

[nongnu] elpa/anzu 69518308a0 009/288: Remove needless customization var


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 69518308a0 009/288: Remove needless customization variable
Date: Thu, 6 Jan 2022 03:58:34 -0500 (EST)

branch: elpa/anzu
commit 69518308a0621056343be28686030e8e1f52b2c8
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Remove needless customization variable
---
 anzu.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/anzu.el b/anzu.el
index 9a11da338b..73f44dfa81 100644
--- a/anzu.el
+++ b/anzu.el
@@ -35,12 +35,6 @@
   :type 'string
   :group 'anzu)
 
-(defcustom anzu-mode-line-format "(%s/%s)"
-  "Format string of mode-line. This value should have two `%d'
-First `%d' is current position, second `%d' is total number of matched"
-  :type 'string
-  :group 'anzu)
-
 (defcustom anzu-mode-line-update-function nil
   "Function which return mode-line string"
   :type 'function



reply via email to

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