changeset 49193:1dd9faae71ac

Finish previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Jan 2003 08:22:08 +0000
parents f9bae037b4c3
children f3184bd36737
files src/keyboard.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */