Mercurial > emacs
diff src/keyboard.c @ 49193:1dd9faae71ac
Finish previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 13 Jan 2003 08:22:08 +0000 |
| parents | f9bae037b4c3 |
| children | 2cbb0b823e83 |
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. */
