Mercurial > emacs
comparison src/ChangeLog @ 48637:1915f224ca37
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 03 Dec 2002 10:32:16 +0000 |
parents | 84477416d98b |
children | 9994fce2e427 |
comparison
equal
deleted
inserted
replaced
48636:7adcec33058c | 48637:1915f224ca37 |
---|---|
1 2002-12-03 Dave Love <fx@gnu.org> | |
2 | |
3 * buffer.c (Qucs_set_table_for_input): New. | |
4 (Fget_buffer_create): Use it. | |
5 (Qset_buffer_major_mode_hook): Deleted. | |
6 (Fset_buffer_major_mode): Revert previous change. | |
7 (init_buffer_once): Intern ucs-set-table-for-input. | |
8 (syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add | |
9 &Qucs_set_table_for_input. | |
10 | |
1 2002-12-03 Andreas Schwab <schwab@suse.de> | 11 2002-12-03 Andreas Schwab <schwab@suse.de> |
2 | 12 |
3 * callint.c (Fcall_interactively): Use next_event only if less | 13 * callint.c (Fcall_interactively): Use next_event only if less |
4 than key_count. | 14 than key_count. |
5 | 15 |