diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
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)); | |||
| 1924 | extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)); | 1924 | extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)); |
| 1925 | extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 1925 | extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); |
| 1926 | extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); | 1926 | extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); |
| 1927 | extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); | 1927 | extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, |
| 1928 | Lisp_Object, struct buffer *)); | ||
| 1928 | extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object)); | 1929 | extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object)); |
| 1929 | extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int)); | 1930 | extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int)); |
| 1930 | extern void syms_of_data P_ ((void)); | 1931 | extern void syms_of_data P_ ((void)); |