diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 7ac00aa25b4..3f087d62a5f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3134,7 +3134,7 @@ record_overlay_string (struct sortstrlist *ssl, Lisp_Object str, Lisp_Object str | |||
| 3134 | PSTR, if that variable is non-null. The string may be overwritten by | 3134 | PSTR, if that variable is non-null. The string may be overwritten by |
| 3135 | subsequent calls. */ | 3135 | subsequent calls. */ |
| 3136 | 3136 | ||
| 3137 | int | 3137 | EMACS_INT |
| 3138 | overlay_strings (EMACS_INT pos, struct window *w, unsigned char **pstr) | 3138 | overlay_strings (EMACS_INT pos, struct window *w, unsigned char **pstr) |
| 3139 | { | 3139 | { |
| 3140 | Lisp_Object overlay, window, str; | 3140 | Lisp_Object overlay, window, str; |