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

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

[nongnu] elpa/highlight-parentheses 891538d 48/49: Squash emacs 28 defin


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 891538d 48/49: Squash emacs 28 define-minor-mode warning; release 2.0.3
Date: Sun, 15 Aug 2021 03:57:51 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 891538de31524956136e1419e1206af0c8befe02
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Squash emacs 28 define-minor-mode warning; release 2.0.3
---
 highlight-parentheses.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index b6b39d8..b6073ec 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -6,7 +6,7 @@
 ;;
 ;; Author: Nikolaj Schumacher <bugs * nschum de>
 ;; Maintainer: Tassilo Horn <tsdh@gnu.org>
-;; Version: 2.0.2
+;; Version: 2.0.3
 ;; Keywords: faces, matching
 ;; URL: https://sr.ht/~tsdh/highlight-parentheses.el/
 ;; Package-Requires: ((emacs "24.3"))
@@ -199,8 +199,7 @@ overlays in it instead."
 ;;;###autoload
 (define-minor-mode highlight-parentheses-mode
   "Minor mode to highlight the surrounding parentheses."
-  ;; REVIEW: Given the minor mode has no menu, we could also remove the 
lighter.
-  nil " hl-p" nil
+  :lighter " hl-p"
   (highlight-parentheses--delete-overlays)
   (kill-local-variable 'highlight-parentheses--overlays)
   (kill-local-variable 'highlight-parentheses--last-point)



reply via email to

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