diff options
| author | Dmitry Antipov | 2013-08-26 09:20:59 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-26 09:20:59 +0400 |
| commit | c76826d98c8f890d8877c9ed5e7738d3268a70af (patch) | |
| tree | 4b043f09662c2f8f30bc5ff75757c2521000911c /src/ChangeLog | |
| parent | eed991017a9d80651febdb5549bc75853945dfbc (diff) | |
| download | emacs-c76826d98c8f890d8877c9ed5e7738d3268a70af.tar.gz emacs-c76826d98c8f890d8877c9ed5e7738d3268a70af.zip | |
* syntax.c (init_syntax_once): Adjust comment and do an early
initialization of Qchar_table_extra_slots just once...
* casetab.c (init_casetab_once):
* category.c (init_category_once):
* character.c (syms_of_character):
* coding.c (syms_of_coding):
* xdisp.c (syms_of_xdisp): ...and omit it here.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70d722a02a4..f2bb1feb2c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * syntax.c (init_syntax_once): Adjust comment and do an early | ||
| 4 | initialization of Qchar_table_extra_slots just once... | ||
| 5 | * casetab.c (init_casetab_once): | ||
| 6 | * category.c (init_category_once): | ||
| 7 | * character.c (syms_of_character): | ||
| 8 | * coding.c (syms_of_coding): | ||
| 9 | * xdisp.c (syms_of_xdisp): ...and omit it here. | ||
| 10 | |||
| 1 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> | 11 | 2013-08-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * xdisp.c (get_next_display_element): Don't apply to characters | 13 | * xdisp.c (get_next_display_element): Don't apply to characters |