aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 350892cdad6..dd8695f7af8 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -613,7 +613,7 @@ get_char_property_and_overlay (Lisp_Object position, register Lisp_Object prop,
613 } 613 }
614 if (BUFFERP (object)) 614 if (BUFFERP (object))
615 { 615 {
616 int noverlays; 616 ptrdiff_t noverlays;
617 Lisp_Object *overlay_vec; 617 Lisp_Object *overlay_vec;
618 struct buffer *obuf = current_buffer; 618 struct buffer *obuf = current_buffer;
619 619