aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 917634525d7..6137182847f 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2301,6 +2301,11 @@ EXFUN (Ftruncate, 2);
2301extern void init_floatfns P_ ((void)); 2301extern void init_floatfns P_ ((void));
2302extern void syms_of_floatfns P_ ((void)); 2302extern void syms_of_floatfns P_ ((void));
2303 2303
2304/* Defined in fringe.c */
2305extern void syms_of_fringe P_ ((void));
2306extern void init_fringe P_ ((void));
2307extern void init_fringe_once P_ ((void));
2308
2304/* Defined in insdel.c */ 2309/* Defined in insdel.c */
2305extern Lisp_Object Qinhibit_modification_hooks; 2310extern Lisp_Object Qinhibit_modification_hooks;
2306extern void move_gap P_ ((int)); 2311extern void move_gap P_ ((int));