Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 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 | 8f1ee2d15784 |
children | 1d61580e0cf7 |
line wrap: on
line diff
--- 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))