# HG changeset patch # User Kim F. Storm # Date 1037274243 0 # Node ID bf28f5db93ce39915a8786c7458862304ba3513e # Parent 31bd5abb774a0d6d4467bec976a14cd3a6639781 *** empty log message *** diff -r 31bd5abb774a -r bf28f5db93ce lisp/ChangeLog --- 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 + + * 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 -r 31bd5abb774a -r bf28f5db93ce src/ChangeLog --- 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 + + * 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.