From: Juanma Barranquero Date: Mon, 11 Nov 2002 08:10:16 +0000 (+0000) Subject: (mode-name): Mark it as risky-local-variable. X-Git-Tag: ttn-vms-21-2-B4~12521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23b1ffb1761dc9f128449db4cf5811f57c61a92c;p=emacs.git (mode-name): Mark it as risky-local-variable. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 705d3d56058..851c2ad9a74 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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'.")