From: Richard M. Stallman Date: Sat, 28 Oct 1995 15:19:25 +0000 (+0000) Subject: (run_hook_with_args): Add forward declaration. X-Git-Tag: emacs-19.34~2546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=420e60e6d72876208a9714ce27aa137c0990bf3d;p=emacs.git (run_hook_with_args): Add forward declaration. --- diff --git a/src/eval.c b/src/eval.c index 69ce3f35c54..af3624efd85 100644 --- a/src/eval.c +++ b/src/eval.c @@ -143,6 +143,8 @@ Lisp_Object Vdebugger; void specbind (), record_unwind_protect (); +Lisp_Object run_hook_with_args (); + Lisp_Object funcall_lambda (); extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */