Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 733:b1f74adcc1ff
[xemacs-hg @ 2002-01-22 20:40:00 by janv]
Fix disabled-command-hook
author | janv |
---|---|
date | Tue, 22 Jan 2002 20:40:03 +0000 |
parents | 46d76bae9921 |
children | 8bd30fae1bce |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 22 14:16:39 2002 +0000 +++ b/src/ChangeLog Tue Jan 22 20:40:03 2002 +0000 @@ -1,3 +1,13 @@ +2002-01-19 Jan Vroonhof <jan@xemacs.org> + + * cmdloop.c: New variable Qdisabled_command_loop. + Move Vdisabled_command_loop declaration here. + * cmdloop.c (syms_of_cmdloop): Declare Qdisabled_command_loop. + * eval.c (Fcommand_execute): Use the value of the symbol not + the value of the value as the hook to run. + * event-stream.c: Remove declaration of Vdisabled_command_loop + * lisp.h: Declare Qdisabled_command_loop + 2002-01-15 Adrian Aichner <adrian@xemacs.org> * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW