From: Juri Linkov Date: Wed, 14 Apr 2021 20:05:43 +0000 (+0300) Subject: repeat-echo-mode-line-string doesn't need risky-local-variable to keep props X-Git-Tag: emacs-28.0.90~2851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ddad8f1db1f888f3365ac1330989dfbee605dd5;p=emacs.git repeat-echo-mode-line-string doesn't need risky-local-variable to keep props (bug#47566) --- diff --git a/lisp/repeat.el b/lisp/repeat.el index 2875616b5d8..b7118cc7f95 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -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."