]> git.eshelyaron.com Git - emacs.git/commit
* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Fix lighter.
authorJuri Linkov <juri@linkov.net>
Wed, 25 Sep 2024 06:57:16 +0000 (09:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:20:24 +0000 (12:20 +0200)
commit373df51e82dc4101ceb541ffae7d60bcdec457c8
treebc81504e3a3aa5ce37b62b471595b22dd001c135
parentcc1e578a88b17d848bbd97fbc82f2a5aef628a2c
* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Fix lighter.

Add '(car pattern)' as the LIGHTER argument of 'highlight-regexp'.
This fixes the case when in a file buffer with fundamental-mode:
`C-s M-s ' the M-s h r RET`, revert the buffer with 'C-x x g',
get the prompt for unhighlight with 'M-s h u'.  This showed
a raw regexp instead of the human-readable lighter (bug#57534).

(cherry picked from commit 0f424b16c37fce82a586014f32f8513f86786e4e)
lisp/hi-lock.el