Finish previous change.
This commit is contained in:
parent
d86ba5c511
commit
294d643a40
1 changed files with 5 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue