branch: elpa/highlight-parentheses commit 891538de31524956136e1419e1206af0c8befe02 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@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 <t...@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)