aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-11-27 12:04:49 +0000
committerKenichi Handa1997-11-27 12:04:49 +0000
commit01136e9b14de3a84c18516c02889d02e843a5cab (patch)
tree11fc3d7bdea555667f590e067ce1af808bbacd3b /src
parent0863319442ae5fd638593ebabc0399f2cd715599 (diff)
downloademacs-01136e9b14de3a84c18516c02889d02e843a5cab.tar.gz
emacs-01136e9b14de3a84c18516c02889d02e843a5cab.zip
(nsberror, record_buffer, validate_region,
fix_overlay_before): Declare them as void.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c4
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
168void
168nsberror (spec) 169nsberror (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
1196void
1195record_buffer (buf) 1197record_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
1618void
1616validate_region (b, e) 1619validate_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
2623void
2620fix_overlays_before (bp, prev, pos) 2624fix_overlays_before (bp, prev, pos)
2621 struct buffer *bp; 2625 struct buffer *bp;
2622 int prev, pos; 2626 int prev, pos;