(run_hook_with_args): Add forward declaration.
[bpt/emacs.git] / src / eval.c
index 69ce3f3..af3624e 100644 (file)
@@ -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 */