comparison src/event-stream.c @ 5722:fffa15138019

Don't complain about throws out of `post-command-hook'. 2013-02-22 Michael Sperber <mike@xemacs.org> * 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.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 22 Feb 2013 16:18:37 +0100
parents b490ddbd42aa
children 3192994c49ca
comparison
equal deleted inserted replaced
5721:cc852bdbdbaa 5722:fffa15138019
4362 else 4362 else
4363 zmacs_update_region (); 4363 zmacs_update_region ();
4364 4364
4365 safe_run_hook_trapping_problems 4365 safe_run_hook_trapping_problems
4366 (Qcommand, Qpost_command_hook, 4366 (Qcommand, Qpost_command_hook,
4367 0); 4367 NO_INHIBIT_THROWS);
4368 4368
4369 #if 0 /* FSF Emacs */ 4369 #if 0 /* FSF Emacs */
4370 if (!NILP (current_buffer->mark_active)) 4370 if (!NILP (current_buffer->mark_active))
4371 { 4371 {
4372 if (!NILP (Vdeactivate_mark) && !NILP (Vtransient_mark_mode)) 4372 if (!NILP (Vdeactivate_mark) && !NILP (Vtransient_mark_mode))