branch: elpa/why-this
commit c7f771736cd82a6c420078c07787a3872b444c40
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@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