Mercurial > hg > xemacs-beta
changeset 4718:a27de91ae83c
Don't prevent display objects from being deleted for `post-command-hook'.
2009-10-11 Michael Sperber <mike@xemacs.org>
* event-stream.c (post_command_hook): Run `post-command-hook'
without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION -
deleting other windows off that hook is legitimate.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sun, 11 Oct 2009 17:26:40 +0200 |
parents | fcc7e89d5e68 |
children | bd51ab22afa8 |
files | src/ChangeLog src/event-stream.c |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 12 12:10:04 2009 -0600 +++ b/src/ChangeLog Sun Oct 11 17:26:40 2009 +0200 @@ -1,3 +1,9 @@ +2009-10-11 Michael Sperber <mike@xemacs.org> + + * event-stream.c (post_command_hook): Run `post-command-hook' + without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION - + deleting other windows off that hook is legitimate. + 2009-10-08 Jerry James <james@xemacs.org> * bytecode.c (bytecode_arithop): Make divide-by-zero errors
--- a/src/event-stream.c Mon Oct 12 12:10:04 2009 -0600 +++ b/src/event-stream.c Sun Oct 11 17:26:40 2009 +0200 @@ -4383,7 +4383,7 @@ safe_run_hook_trapping_problems (Qcommand, Qpost_command_hook, - INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION); + 0); #if 0 /* FSF Emacs */ if (!NILP (current_buffer->mark_active))