# HG changeset patch # User Mike Sperber # Date 1361546317 -3600 # Node ID fffa151380192308e890528ce556f70a19da6e93 # Parent cc852bdbdbaab6c6ea04badff35fb8e3c643b704 Don't complain about throws out of `post-command-hook'. 2013-02-22 Michael Sperber * event-stream.c (post_command_hook): Don't complain about throws out of `post-command-hook'. This is quite common, for example to exit the minibuffer. diff -r cc852bdbdbaa -r fffa15138019 src/ChangeLog --- a/src/ChangeLog Wed Feb 20 11:15:25 2013 +0100 +++ b/src/ChangeLog Fri Feb 22 16:18:37 2013 +0100 @@ -1,3 +1,9 @@ +2013-02-22 Michael Sperber + + * event-stream.c (post_command_hook): Don't complain about throws + out of `post-command-hook'. This is quite common, for example to + exit the minibuffer. + 2013-02-04 Vin Shelton * syswindows.h: Fix the cygwin build by supporting win32api 3.14 diff -r cc852bdbdbaa -r fffa15138019 src/event-stream.c --- a/src/event-stream.c Wed Feb 20 11:15:25 2013 +0100 +++ b/src/event-stream.c Fri Feb 22 16:18:37 2013 +0100 @@ -4364,7 +4364,7 @@ safe_run_hook_trapping_problems (Qcommand, Qpost_command_hook, - 0); + NO_INHIBIT_THROWS); #if 0 /* FSF Emacs */ if (!NILP (current_buffer->mark_active))