Mercurial > emacs
changeset 48240:76ff1f8826a6
(mode-name): Mark it as risky-local-variable.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 11 Nov 2002 08:10:16 +0000 |
parents | e62f3275cb5e |
children | 0250bd3da532 |
files | lisp/bindings.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.")