diff options
| author | Glenn Morris | 2012-04-08 17:58:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-08 17:58:00 -0700 |
| commit | fd06db5dd60c90395429883a8175a9883f39ee16 (patch) | |
| tree | a8532ca7ad163527ed37056eadf8cf7674a733d2 /lisp/ChangeLog | |
| parent | 23df914bc57014c86915cf6251bd0e18bff1021c (diff) | |
| download | emacs-fd06db5dd60c90395429883a8175a9883f39ee16.tar.gz emacs-fd06db5dd60c90395429883a8175a9883f39ee16.zip | |
Remove ucs-set-table-for-input dead code
This function was removed with ucs-tables.el in 2008.
* lisp/international/mule-cmds.el (set-default-coding-systems):
* lisp/files.el (normal-mode):
Remove guarded calls to ucs-set-table-for-input.
* src/buffer.c (Qucs_set_table_for_input): Remove.
(Fget_buffer_create): Don't call Qucs_set_table_for_input.
(init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input.
Fixes: debbugs:9821
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b769d60402e..ca2812b4996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (set-default-coding-systems): | ||
| 4 | * files.el (normal-mode): | ||
| 5 | Remove guarded calls to ucs-set-table-for-input. (Bug#9821) | ||
| 6 | This function was removed with ucs-tables.el in 2008. | ||
| 7 | |||
| 1 | 2012-04-08 Eli Zaretskii <eliz@gnu.org> | 8 | 2012-04-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * textmodes/ispell.el (ispell-check-version): For hunspell, set | 10 | * textmodes/ispell.el (ispell-check-version): For hunspell, set |