From d1e103b2985e7f674f878add05429fc4d24702af Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 23 Feb 2000 10:47:26 +0000 Subject: *** empty log message *** --- etc/NEWS | 3 +++ src/ChangeLog | 11 +++++++++++ 2 files changed, 14 insertions(+) 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 + + * 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 * syntax.c (multibyte_syntax_as_symbol): New variable. -- cgit v1.2.3