aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-07-26 06:18:44 +0000
committerKenichi Handa2002-07-26 06:18:44 +0000
commit56f86f3ae976e4fea2b17ea6c02a7cf268f1f5b1 (patch)
tree3cc31252565d593f83b21ccb47ca21d2b15dd52c /src/ChangeLog
parent002fc10757738abdeb378c460ead1f0242523493 (diff)
downloademacs-56f86f3ae976e4fea2b17ea6c02a7cf268f1f5b1.tar.gz
emacs-56f86f3ae976e4fea2b17ea6c02a7cf268f1f5b1.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d00f1e0c259..679f9bc440a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,11 @@
11 11
12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables. 12 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
13 13
14 * character.c (Vscript_alist): This variable deleted.
15 (Vchar_script_table, Qchar_script_table): New variable.
16 (syms_of_character): Declare Vchar_script_table as a lisp variable
17 and initialize it.
18
14 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't 19 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't
15 have property char-table-extra-slots, make no extra slot. 20 have property char-table-extra-slots, make no extra slot.
16 21