diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
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); | |||
| 2301 | extern void init_floatfns P_ ((void)); | 2301 | extern void init_floatfns P_ ((void)); |
| 2302 | extern void syms_of_floatfns P_ ((void)); | 2302 | extern void syms_of_floatfns P_ ((void)); |
| 2303 | 2303 | ||
| 2304 | /* Defined in fringe.c */ | ||
| 2305 | extern void syms_of_fringe P_ ((void)); | ||
| 2306 | extern void init_fringe P_ ((void)); | ||
| 2307 | extern void init_fringe_once P_ ((void)); | ||
| 2308 | |||
| 2304 | /* Defined in insdel.c */ | 2309 | /* Defined in insdel.c */ |
| 2305 | extern Lisp_Object Qinhibit_modification_hooks; | 2310 | extern Lisp_Object Qinhibit_modification_hooks; |
| 2306 | extern void move_gap P_ ((int)); | 2311 | extern void move_gap P_ ((int)); |