aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-23 10:47:26 +0000
committerGerd Moellmann2000-02-23 10:47:26 +0000
commitd1e103b2985e7f674f878add05429fc4d24702af (patch)
treef06209c170f325afa3174ce38d56aed373880e51
parentfeeb0f70c38e34b94f64dbf351b5c1d12e279ff4 (diff)
downloademacs-d1e103b2985e7f674f878add05429fc4d24702af.tar.gz
emacs-d1e103b2985e7f674f878add05429fc4d24702af.zip
*** 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 21de687d22b..aff620897fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -973,6 +973,9 @@ Note that +++ before an item means the Lisp manual has been updated.
973When you add a new item, please add it without either +++ or --- 973When you add a new item, please add it without either +++ or ---
974so I will know I still need to look at it -- rms. 974so I will know I still need to look at it -- rms.
975 975
976** The variable keyword-symbols-constants-flag has been removed.
977Keywords are now always considered constants.
978
976+++ 979+++
977** The new function `delete-and-extract-region' deletes text and 980** The new function `delete-and-extract-region' deletes text and
978returns it. 981returns it.
diff --git a/src/ChangeLog b/src/ChangeLog
index eb652090520..2deaf4b2468 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-02-23 Gerd Moellmann <gerd@gnu.org>
2
3 * eval.c (specbind): Remove references to
4 keyword_symbols_constant_flag.
5
6 * data.c (keyword_symbols_constant_flag): Removed.
7 (Fmakunbound, set_internal, syms_of_data): Remove references to
8 keyword_symbols_constant_flag.
9
10 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
11
12000-02-23 Kenichi Handa <handa@etl.go.jp> 122000-02-23 Kenichi Handa <handa@etl.go.jp>
2 13
3 * syntax.c (multibyte_syntax_as_symbol): New variable. 14 * syntax.c (multibyte_syntax_as_symbol): New variable.