Remove ucs-set-table-for-input dead code
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 00:58:00 +0000 (17:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 00:58:00 +0000 (17:58 -0700)
commitfd06db5dd60c90395429883a8175a9883f39ee16
treea8532ca7ad163527ed37056eadf8cf7674a733d2
parent23df914bc57014c86915cf6251bd0e18bff1021c
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
lisp/ChangeLog
lisp/files.el
lisp/international/mule-cmds.el
src/ChangeLog
src/buffer.c