diff options
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 851c2ad9a74..01aa7a8f6b3 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -309,8 +309,6 @@ Keymap to display on major and minor modes.") ((column-number-mode (5 ,(propertize " C%c" 'help-echo help-echo)))))))) -(put 'mode-name 'risky-local-variable t) - (defvar mode-line-buffer-identification-keymap nil "\ Keymap for what is displayed by `mode-line-buffer-identification'.") |