]> git.eshelyaron.com Git - emacs.git/commitdiff
(run_hook_with_args): Add forward declaration.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000 (15:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000 (15:19 +0000)
src/eval.c

index 69ce3f35c54520fcdb425eedf755b1f1754289ae..af3624efd85072fbc0889685e1d7d2cf1b1cdec0 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 */