From: Gerd Moellmann Date: Thu, 15 Mar 2001 09:42:53 +0000 (+0000) Subject: (store_symval_forwarding): Change prototype. X-Git-Tag: emacs-pretest-21.0.101~309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13ff50bb75bb7c36fd88906e74cae3c385d98a33;p=emacs.git (store_symval_forwarding): Change prototype. --- 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)); extern void args_out_of_range P_ ((Lisp_Object, Lisp_Object)); extern void args_out_of_range_3 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); extern Lisp_Object wrong_type_argument P_ ((Lisp_Object, Lisp_Object)); -extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); +extern void store_symval_forwarding P_ ((Lisp_Object, Lisp_Object, + Lisp_Object, struct buffer *)); extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object)); extern Lisp_Object set_internal P_ ((Lisp_Object, Lisp_Object, struct buffer *, int)); extern void syms_of_data P_ ((void));