# HG changeset patch # User Richard M. Stallman # Date 1042446128 0 # Node ID 1dd9faae71ac024b6bf00ad592e24ea50e84060d # Parent f9bae037b4c3dc417c713d10de38902c848b2478 Finish previous change. diff -r f9bae037b4c3 -r 1dd9faae71ac src/keyboard.c --- a/src/keyboard.c Mon Jan 13 08:20:09 2003 +0000 +++ b/src/keyboard.c Mon Jan 13 08:22:08 2003 +0000 @@ -1682,6 +1682,11 @@ 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. */