]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-name): Mark it as risky-local-variable.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Nov 2002 08:10:16 +0000 (08:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Nov 2002 08:10:16 +0000 (08:10 +0000)
lisp/bindings.el

index 705d3d56058cf90895bbe5c1b89b7bc36eeb0886..851c2ad9a74f8c2975442dca85baf209dd378ffd 100644 (file)
@@ -302,13 +302,15 @@ Keymap to display on major and minor modes.")
 
   (setq-default mode-line-position
     `((-3 . ,(propertize "%p" 'help-echo help-echo))
-      (line-number-mode 
+      (line-number-mode
        ((column-number-mode
         (10 ,(propertize " (%l,%c)" 'help-echo help-echo))
         (6 ,(propertize " L%l" 'help-echo help-echo))))
        ((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'.")