]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 10:47:26 +0000 (10:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 23 Feb 2000 10:47:26 +0000 (10:47 +0000)
etc/NEWS
src/ChangeLog

index 21de687d22bc1bef7b155c2f4ed7247d5e4cb723..aff620897fab711d43be638d22150860f323ee2e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,6 +973,9 @@ Note that +++ before an item means the Lisp manual has been updated.
 When you add a new item, please add it without either +++ or ---
 so I will know I still need to look at it -- rms.
 
+** The variable keyword-symbols-constants-flag has been removed.
+Keywords are now always considered constants.
+
 +++
 ** The new function `delete-and-extract-region' deletes text and
 returns it.
index eb652090520b23f2638f8efb9245303d5611eb8f..2deaf4b2468dd6dc2f7f15c7cb6c0351f916ebc2 100644 (file)
@@ -1,3 +1,14 @@
+2000-02-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * eval.c (specbind): Remove references to
+       keyword_symbols_constant_flag.
+
+       * data.c (keyword_symbols_constant_flag): Removed.
+       (Fmakunbound, set_internal, syms_of_data): Remove references to
+       keyword_symbols_constant_flag.
+
+       * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
+
 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
 
        * syntax.c (multibyte_syntax_as_symbol): New variable.