aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 8f3faaa28e8..0a1438879f6 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1924,7 +1924,8 @@ extern unsigned long cons_to_long P_ ((Lisp_Object));
1924extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)); 1924extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object));
1925extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); 1925extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
1926extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); 1926extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object));
1927extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); 1927extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object,
1928 Lisp_Object, struct buffer *));
1928extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object)); 1929extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object));
1929extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int)); 1930extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int));
1930extern void syms_of_data P_ ((void)); 1931extern void syms_of_data P_ ((void));