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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4627cb847c..1109f31f9d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Qucs_set_table_for_input): Remove. (Bug#9821) | ||
| 4 | (Fget_buffer_create): Don't call Qucs_set_table_for_input. | ||
| 5 | (init_buffer_once, syms_of_buffer): Remove Qucs_set_table_for_input. | ||
| 6 | |||
| 1 | 2012-04-08 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2012-04-08 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure | 9 | * lisp.h (struct Lisp_Symbol): Add explicit padding to ensure |