comparison src/ChangeLog @ 58519:8e7e32dcc9e2

(command_loop_1): Print a message describing the key the user just pressed when this key has no binding.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 25 Nov 2004 22:17:49 +0000
parents 1a5509ec45da
children 79f06dc052c5
comparison
equal deleted inserted replaced
58518:1a5509ec45da 58519:8e7e32dcc9e2
1 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca> 1 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keyboard.c (command_loop_1): Print a message describing the key
4 the user just pressed when this key has no binding.
2 5
3 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set. 6 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
4 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted. 7 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
5 8
6 * lread.c (readchar): Check QUIT when `getc' is interrupted. 9 * lread.c (readchar): Check QUIT when `getc' is interrupted.