]> git.eshelyaron.com Git - emacs.git/commitdiff
Finish previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:22:08 +0000 (08:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Jan 2003 08:22:08 +0000 (08:22 +0000)
src/keyboard.c

index bde6ac354a24466147cfe77ed87e17cc1502c7cd..9dbbda0276ced89f1e2eb84356a5b6b53f986ac1 100644 (file)
@@ -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.  */