]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 14 Nov 2002 11:44:03 +0000 (11:44 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 14 Nov 2002 11:44:03 +0000 (11:44 +0000)
lisp/ChangeLog
src/ChangeLog

index fb5383f1e9c36ad858923c18308b537978d7797e..502f571fe5ce60fbbe1634dd8012b5df63755f33 100644 (file)
@@ -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'.
index d976687ad4085aa0ba35aa48d50b15c668526f54..0086413e45357efe5a0032fcc3d02a140a75661d 100644 (file)
@@ -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.