# HG changeset patch # User Mike Sperber # Date 1255274800 -7200 # Node ID a27de91ae83c789da9d8320d4390aeee3d539c87 # Parent fcc7e89d5e68391a738b865eddc65238d4a475f9 Don't prevent display objects from being deleted for `post-command-hook'. 2009-10-11 Michael Sperber * 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. diff -r fcc7e89d5e68 -r a27de91ae83c src/ChangeLog --- 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 + + * 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 * bytecode.c (bytecode_arithop): Make divide-by-zero errors diff -r fcc7e89d5e68 -r a27de91ae83c src/event-stream.c --- 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))