From: Richard M. Stallman Date: Mon, 13 Jan 2003 08:22:08 +0000 (+0000) Subject: Finish previous change. X-Git-Tag: ttn-vms-21-2-B4~11700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=294d643a40ddc1bcb61933cba1e4c1933062d8bf;p=emacs.git Finish previous change. --- diff --git a/src/keyboard.c b/src/keyboard.c index bde6ac354a2..9dbbda0276c 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1682,6 +1682,11 @@ command_loop_1 () if (value == 2) nonundocount = 0; + if (! NILP (Vpost_command_hook)) + /* Put this before calling adjust_point_for_property + so it will only get called once in any case. */ + goto directly_done; + /* VALUE == 1 when AFTER-CHANGE functions are installed which is the case most of the time because FONT-LOCK installs one. */