diff options
| author | Kenichi Handa | 2002-07-26 06:20:29 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-07-26 06:20:29 +0000 |
| commit | c57f3328cd5c0f49f009026b5aa5c9f508d45105 (patch) | |
| tree | 073162adbae11ed04871c25dbde008d585ae34f6 /src/ChangeLog | |
| parent | 56f86f3ae976e4fea2b17ea6c02a7cf268f1f5b1 (diff) | |
| download | emacs-c57f3328cd5c0f49f009026b5aa5c9f508d45105.tar.gz emacs-c57f3328cd5c0f49f009026b5aa5c9f508d45105.zip | |
(Vscript_alist): This variable deleted.
(Vchar_script_table, Qchar_script_table): New variable.
(syms_of_character): Declare Vchar_script_table as a lisp variable
and initialize it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 679f9bc440a..6514a978463 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,6 +11,8 @@ | |||
| 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.h (Vchar_script_table): Extern it. | ||
| 15 | |||
| 14 | * character.c (Vscript_alist): This variable deleted. | 16 | * character.c (Vscript_alist): This variable deleted. |
| 15 | (Vchar_script_table, Qchar_script_table): New variable. | 17 | (Vchar_script_table, Qchar_script_table): New variable. |
| 16 | (syms_of_character): Declare Vchar_script_table as a lisp variable | 18 | (syms_of_character): Declare Vchar_script_table as a lisp variable |