# HG changeset patch # User Juanma Barranquero # Date 1037002216 0 # Node ID 76ff1f8826a6f03e85f34c072547a87699c49123 # Parent e62f3275cb5eb55f2a72f93c2651deda5eb5bef7 (mode-name): Mark it as risky-local-variable. diff -r e62f3275cb5e -r 76ff1f8826a6 lisp/bindings.el --- a/lisp/bindings.el Mon Nov 11 06:56:34 2002 +0000 +++ b/lisp/bindings.el Mon Nov 11 08:10:16 2002 +0000 @@ -302,13 +302,15 @@ (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'.")