Mercurial > emacs
comparison src/ChangeLog @ 58946:9b6234081dc1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Dec 2004 19:46:36 +0000 |
parents | 8bc2f862fb33 |
children | 57cb3872bd94 fb79180b618d |
comparison
equal
deleted
inserted
replaced
58945:2cce3ac9ec7b | 58946:9b6234081dc1 |
---|---|
1 2004-12-13 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * eval.c (syms_of_eval) <quit-flag>: Doc fix. | |
4 | |
5 * keyboard.c (Vthrow_on_input): New variable. | |
6 (syms_of_keyboard): Defvar and initialize it. | |
7 (kbd_buffer_store_event_hold): Handle Vthrow_on_input. | |
8 | |
9 * lisp.h (QUIT): Check for Vthrow_on_input. | |
10 (Vthrow_on_input): Declare it. | |
11 | |
1 2004-12-13 Kim F. Storm <storm@cua.dk> | 12 2004-12-13 Kim F. Storm <storm@cua.dk> |
2 | 13 |
3 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display | 14 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display |
4 vector. | 15 vector. |
5 | 16 |