aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/insdel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c
index d3c652bce53..aa431f58837 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1010,7 +1010,8 @@ DEFUN ("combine-after-change-execute", Fcombine_after_change_execute,
1010 for (tail = combine_after_change_list; CONSP (tail); 1010 for (tail = combine_after_change_list; CONSP (tail);
1011 tail = XCONS (tail)->cdr) 1011 tail = XCONS (tail)->cdr)
1012 { 1012 {
1013 Lisp_Object elt, thisbeg, thisend, thischange; 1013 Lisp_Object elt;
1014 int thisbeg, thisend, thischange;
1014 1015
1015 /* Extract the info from the next element. */ 1016 /* Extract the info from the next element. */
1016 elt = XCONS (tail)->car; 1017 elt = XCONS (tail)->car;