From 23b1ffb1761dc9f128449db4cf5811f57c61a92c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 11 Nov 2002 08:10:16 +0000 Subject: [PATCH] (mode-name): Mark it as risky-local-variable. --- lisp/bindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'.") -- 2.39.2