aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-02-23 10:47:26 +0000
committerGerd Moellmann <[email protected]>2000-02-23 10:47:26 +0000
commitd1e103b2985e7f674f878add05429fc4d24702af (patch)
treef06209c170f325afa3174ce38d56aed373880e51
parentfeeb0f70c38e34b94f64dbf351b5c1d12e279ff4 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog11
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 21de687d22..aff620897f 100644
--- 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.
diff --git a/src/ChangeLog b/src/ChangeLog
index eb65209052..2deaf4b246 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2000-02-23 Gerd Moellmann <[email protected]>
+
+ * 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 <[email protected]>
* syntax.c (multibyte_syntax_as_symbol): New variable.