diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 51b7ad03857..ffe6237db79 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -165,6 +165,7 @@ Lisp_Object Qinsert_behind_hooks; | |||
| 165 | /* For debugging; temporary. See set_buffer_internal. */ | 165 | /* For debugging; temporary. See set_buffer_internal. */ |
| 166 | /* Lisp_Object Qlisp_mode, Vcheck_symbol; */ | 166 | /* Lisp_Object Qlisp_mode, Vcheck_symbol; */ |
| 167 | 167 | ||
| 168 | void | ||
| 168 | nsberror (spec) | 169 | nsberror (spec) |
| 169 | Lisp_Object spec; | 170 | Lisp_Object spec; |
| 170 | { | 171 | { |
| @@ -1192,6 +1193,7 @@ with SIGHUP.") | |||
| 1192 | selected buffers are always closer to the front of the list. This | 1193 | selected buffers are always closer to the front of the list. This |
| 1193 | means that other_buffer is more likely to choose a relevant buffer. */ | 1194 | means that other_buffer is more likely to choose a relevant buffer. */ |
| 1194 | 1195 | ||
| 1196 | void | ||
| 1195 | record_buffer (buf) | 1197 | record_buffer (buf) |
| 1196 | Lisp_Object buf; | 1198 | Lisp_Object buf; |
| 1197 | { | 1199 | { |
| @@ -1613,6 +1615,7 @@ so the buffer is truly empty after this.") | |||
| 1613 | return Qnil; | 1615 | return Qnil; |
| 1614 | } | 1616 | } |
| 1615 | 1617 | ||
| 1618 | void | ||
| 1616 | validate_region (b, e) | 1619 | validate_region (b, e) |
| 1617 | register Lisp_Object *b, *e; | 1620 | register Lisp_Object *b, *e; |
| 1618 | { | 1621 | { |
| @@ -2617,6 +2620,7 @@ fix_overlays_in_range (start, end) | |||
| 2617 | `overlays_before' of the buffer *BP. Before the insertion, `point' | 2620 | `overlays_before' of the buffer *BP. Before the insertion, `point' |
| 2618 | was at PREV, and now is at POS. */ | 2621 | was at PREV, and now is at POS. */ |
| 2619 | 2622 | ||
| 2623 | void | ||
| 2620 | fix_overlays_before (bp, prev, pos) | 2624 | fix_overlays_before (bp, prev, pos) |
| 2621 | struct buffer *bp; | 2625 | struct buffer *bp; |
| 2622 | int prev, pos; | 2626 | int prev, pos; |