aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 6b59badadb1..963f4bb55c1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2098,11 +2098,12 @@ record_overlay_string (ssl, str, str2, pri, size)
2098 Returns the string length, and stores the contents indirectly through 2098 Returns the string length, and stores the contents indirectly through
2099 PSTR, if that variable is non-null. The string may be overwritten by 2099 PSTR, if that variable is non-null. The string may be overwritten by
2100 subsequent calls. */ 2100 subsequent calls. */
2101
2101int 2102int
2102overlay_strings (pos, w, pstr) 2103overlay_strings (pos, w, pstr)
2103 int pos; 2104 int pos;
2104 struct window *w; 2105 struct window *w;
2105 char **pstr; 2106 unsigned char **pstr;
2106{ 2107{
2107 Lisp_Object ov, overlay, window, str; 2108 Lisp_Object ov, overlay, window, str;
2108 int startpos, endpos; 2109 int startpos, endpos;