emacs: remove erroneous quote in prot-modeline-which-function-indicator

This commit is contained in:
Protesilaos Stavrou 2025-10-28 05:55:23 +02:00
parent b6bae95d9a
commit 120cfc8d05
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -13617,7 +13617,7 @@ Specific to the current window's mode line.")
(defvar-local prot-modeline-which-function-indicator
`(( :propertize
which-func-current
face '(prot-modeline-indicator-small prot-modeline-indicator-magenta)
face (prot-modeline-indicator-small prot-modeline-indicator-magenta)
mouse-face mode-line-highlight
help-echo (format "Current definition: `%s'"
(or (gethash (selected-window) which-func-table)

View file

@ -593,7 +593,7 @@ Specific to the current window's mode line.")
(defvar-local prot-modeline-which-function-indicator
`(( :propertize
which-func-current
face '(prot-modeline-indicator-small prot-modeline-indicator-magenta)
face (prot-modeline-indicator-small prot-modeline-indicator-magenta)
mouse-face mode-line-highlight
help-echo (format "Current definition: `%s'"
(or (gethash (selected-window) which-func-table)