diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7e6087a1495..7178ef01cb1 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2549,6 +2549,7 @@ extern void init_alloc_once P_ ((void)); | |||
| 2549 | extern void init_alloc P_ ((void)); | 2549 | extern void init_alloc P_ ((void)); |
| 2550 | extern void syms_of_alloc P_ ((void)); | 2550 | extern void syms_of_alloc P_ ((void)); |
| 2551 | extern struct buffer * allocate_buffer P_ ((void)); | 2551 | extern struct buffer * allocate_buffer P_ ((void)); |
| 2552 | extern int valid_lisp_object_p P_ ((Lisp_Object)); | ||
| 2552 | 2553 | ||
| 2553 | /* Defined in print.c */ | 2554 | /* Defined in print.c */ |
| 2554 | extern Lisp_Object Vprin1_to_string_buffer; | 2555 | extern Lisp_Object Vprin1_to_string_buffer; |