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

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

[nongnu] elpa/why-this c7f771736c 44/59: Remove obsolete use of define-m


From: ELPA Syncer
Subject: [nongnu] elpa/why-this c7f771736c 44/59: Remove obsolete use of define-minor-mode
Date: Sun, 27 Nov 2022 16:02:53 -0500 (EST)

branch: elpa/why-this
commit c7f771736cd82a6c420078c07787a3872b444c40
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Remove obsolete use of define-minor-mode
---
 why-this.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/why-this.el b/why-this.el
index 8692974025..e04c39b976 100644
--- a/why-this.el
+++ b/why-this.el
@@ -670,7 +670,7 @@ Actually the supported backend is returned."
 ;;;###autoload
 (define-minor-mode why-this-mode
   "Toggle showing why the current line was changed."
-  nil " Why-This" nil
+  :lighter " Why-This"
   :group 'why-this
   (setq why-this--backend (why-this-supported-p))
   (if (not why-this--backend)



reply via email to

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