[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/bindings.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/bindings.el |
Date: |
Thu, 14 Nov 2002 06:24:20 -0500 |
Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.110 emacs/lisp/bindings.el:1.111
*** emacs/lisp/bindings.el:1.110 Mon Nov 11 03:10:16 2002
--- emacs/lisp/bindings.el Thu Nov 14 06:24:20 2002
***************
*** 309,316 ****
((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'.")
--- 309,314 ----