Mercurial > emacs
diff src/buffer.c @ 20368:9f5fab56f4b3
(nsberror, record_buffer, validate_region,
fix_overlay_before): Declare them as void.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Nov 1997 12:04:49 +0000 |
parents | 6c9879dee580 |
children | b964f3facafa |
line wrap: on
line diff
--- a/src/buffer.c Thu Nov 27 12:00:42 1997 +0000 +++ b/src/buffer.c Thu Nov 27 12:04:49 1997 +0000 @@ -165,6 +165,7 @@ /* For debugging; temporary. See set_buffer_internal. */ /* Lisp_Object Qlisp_mode, Vcheck_symbol; */ +void nsberror (spec) Lisp_Object spec; { @@ -1192,6 +1193,7 @@ selected buffers are always closer to the front of the list. This means that other_buffer is more likely to choose a relevant buffer. */ +void record_buffer (buf) Lisp_Object buf; { @@ -1613,6 +1615,7 @@ return Qnil; } +void validate_region (b, e) register Lisp_Object *b, *e; { @@ -2617,6 +2620,7 @@ `overlays_before' of the buffer *BP. Before the insertion, `point' was at PREV, and now is at POS. */ +void fix_overlays_before (bp, prev, pos) struct buffer *bp; int prev, pos;