aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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