diff options
| author | Gerd Moellmann | 2001-03-15 09:42:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-15 09:42:53 +0000 |
| commit | 13ff50bb75bb7c36fd88906e74cae3c385d98a33 (patch) | |
| tree | f16ef3ae93f51a8a588cf90420f72b1f4ef7a09a /src | |
| parent | c58ab353c9d12be47a2ec6a2cf2914433d06958d (diff) | |
| download | emacs-13ff50bb75bb7c36fd88906e74cae3c385d98a33.tar.gz emacs-13ff50bb75bb7c36fd88906e74cae3c385d98a33.zip | |
(store_symval_forwarding): Change prototype.
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)); |