aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-23 10:47:26 +0000
committerGerd Moellmann2000-02-23 10:47:26 +0000
commitd1e103b2985e7f674f878add05429fc4d24702af (patch)
treef06209c170f325afa3174ce38d56aed373880e51 /src
parentfeeb0f70c38e34b94f64dbf351b5c1d12e279ff4 (diff)
downloademacs-d1e103b2985e7f674f878add05429fc4d24702af.tar.gz
emacs-d1e103b2985e7f674f878add05429fc4d24702af.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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.