diff options
Diffstat (limited to 'src/insdel.c')
| -rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index ededd597b0d..6cc797a12ff 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -54,7 +54,7 @@ static void adjust_point (EMACS_INT nchars, EMACS_INT nbytes); | |||
| 54 | Lisp_Object Fcombine_after_change_execute (); | 54 | Lisp_Object Fcombine_after_change_execute (); |
| 55 | 55 | ||
| 56 | /* Non-nil means don't call the after-change-functions right away, | 56 | /* Non-nil means don't call the after-change-functions right away, |
| 57 | just record an element in Vcombine_after_change_calls_list. */ | 57 | just record an element in combine_after_change_list. */ |
| 58 | Lisp_Object Vcombine_after_change_calls; | 58 | Lisp_Object Vcombine_after_change_calls; |
| 59 | 59 | ||
| 60 | /* List of elements of the form (BEG-UNCHANGED END-UNCHANGED CHANGE-AMOUNT) | 60 | /* List of elements of the form (BEG-UNCHANGED END-UNCHANGED CHANGE-AMOUNT) |