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:
parent
a4895da13f
commit
02d588e236
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user