diff options
author | Kim F. Storm <storm@cua.dk> | 2002-11-14 11:24:20 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-11-14 11:24:20 +0000 |
commit | 7411569e91b7409a03afb63015b72c22473cba6d (patch) | |
tree | b7095eaf35be8c3c82b507b5c1e8eca471411961 /lisp/bindings.el | |
parent | fbafc3bd6455118d229b7fb27f958b7d08e3d323 (diff) | |
download | emacs-7411569e91b7409a03afb63015b72c22473cba6d.tar.gz |
(mode-name): Moved mark as risky-local-variable to files.el.
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'.") |