diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 3 |
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 | |||
| 2101 | int | 2102 | int |
| 2102 | overlay_strings (pos, w, pstr) | 2103 | overlay_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; |