aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2003-02-23 22:11:20 +0000
committerJan Djärv2003-02-23 22:11:20 +0000
commit0af912f093d946e3e518909cae43d5ed6f4fcab8 (patch)
tree65df5c06df3d6cdb721320e892ae0e8568fd5a3c /src/ChangeLog
parent60a653f1cdd20b50706efa89f374c39008aab3fc (diff)
downloademacs-0af912f093d946e3e518909cae43d5ed6f4fcab8.tar.gz
emacs-0af912f093d946e3e518909cae43d5ed6f4fcab8.zip
* keyboard.c (cancel_hourglass_unwind): New function.
(command_loop_1): Cancel hourglass with unwind-protect.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88d4dd3222a..3e056ced267 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-02-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * keyboard.c (cancel_hourglass_unwind): New function.
4 (command_loop_1): Cancel hourglass with unwind-protect.
5
12003-02-23 Richard M. Stallman <rms@gnu.org> 62003-02-23 Richard M. Stallman <rms@gnu.org>
2 7
3 * callint.c (fix_command): New subroutine, from Fcall_interactively. 8 * callint.c (fix_command): New subroutine, from Fcall_interactively.