From: Kim F. Storm Date: Thu, 14 Nov 2002 11:44:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58a7e98de01f295ce8877e0f8c53f06d26983383;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb5383f1e9c..502f571fe5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-11-14 Kim F. Storm + + * 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 * gud.el: Fix feature name in `provide'. diff --git a/src/ChangeLog b/src/ChangeLog index d976687ad40..0086413e453 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-11-14 Kim F. Storm + + * buffer.c (syms_of_buffer) : Document symbol + dependency on `risky-local-variable' and the :propertize form. + 2002-11-12 Stefan Monnier * syntax.c (scan_sexps_forward): Undo last patch.