Mercurial > emacs
changeset 48304:bf28f5db93ce
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 14 Nov 2002 11:44:03 +0000 |
parents | 31bd5abb774a |
children | 55b6e3969474 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 14 11:24:20 2002 +0000 +++ b/lisp/ChangeLog Thu Nov 14 11:44:03 2002 +0000 @@ -1,3 +1,11 @@ +2002-11-14 Kim F. Storm <storm@cua.dk> + + * files.el (mode-name): Mark it as risky-local-variable like the + other mode-line elements (moved from bindings.el). + + * bindings.el (mode-name): Moved mark as risky-local-variable to + files.el. + 2002-11-14 Juanma Barranquero <lektu@terra.es> * gud.el: Fix feature name in `provide'.
--- a/src/ChangeLog Thu Nov 14 11:24:20 2002 +0000 +++ b/src/ChangeLog Thu Nov 14 11:44:03 2002 +0000 @@ -1,3 +1,8 @@ +2002-11-14 Kim F. Storm <storm@cua.dk> + + * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol + dependency on `risky-local-variable' and the :propertize form. + 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> * syntax.c (scan_sexps_forward): Undo last patch.