mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
repeat-echo-mode-line-string doesn't need risky-local-variable to keep props
(bug#47566)
This commit is contained in:
parent
57347554a1
commit
4ddad8f1db
@ -450,8 +450,6 @@ When Repeat mode is enabled, and the command symbol has the property named
|
||||
(defvar repeat-echo-mode-line-string
|
||||
(propertize "[Repeating...] " 'face 'mode-line-emphasis)
|
||||
"String displayed in the mode line in repeating mode.")
|
||||
;;;###autoload
|
||||
(put 'mode-line-defining-kbd-macro 'risky-local-variable t)
|
||||
|
||||
(defun repeat-echo-mode-line (map)
|
||||
"Display the repeat indicator in the mode line."
|
||||
|
Loading…
Reference in New Issue
Block a user