aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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));
2549extern void init_alloc P_ ((void)); 2549extern void init_alloc P_ ((void));
2550extern void syms_of_alloc P_ ((void)); 2550extern void syms_of_alloc P_ ((void));
2551extern struct buffer * allocate_buffer P_ ((void)); 2551extern struct buffer * allocate_buffer P_ ((void));
2552extern int valid_lisp_object_p P_ ((Lisp_Object));
2552 2553
2553/* Defined in print.c */ 2554/* Defined in print.c */
2554extern Lisp_Object Vprin1_to_string_buffer; 2555extern Lisp_Object Vprin1_to_string_buffer;