1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2002-12-03 10:32:16 +00:00
parent a4895da13f
commit 02d588e236
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-12-03 Dave Love <fx@gnu.org>
* international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
(ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
(ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2002-12-03 Andreas Schwab <schwab@suse.de>
* cus-edit.el (custom-display): Add checkbox for type mac.

View File

@ -1,3 +1,13 @@
2002-12-03 Dave Love <fx@gnu.org>
* buffer.c (Qucs_set_table_for_input): New.
(Fget_buffer_create): Use it.
(Qset_buffer_major_mode_hook): Deleted.
(Fset_buffer_major_mode): Revert previous change.
(init_buffer_once): Intern ucs-set-table-for-input.
(syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add
&Qucs_set_table_for_input.
2002-12-03 Andreas Schwab <schwab@suse.de>
* callint.c (Fcall_interactively): Use next_event only if less