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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue