From: Karl Heuer Date: Tue, 25 Jul 1995 19:36:20 +0000 (+0000) Subject: (Frun_hook_with_args): Declare this function. X-Git-Tag: emacs-19.34~3206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7baf1f090b96eb951f25f897a60015cb724779ad;p=emacs.git (Frun_hook_with_args): Declare this function. --- diff --git a/src/lisp.h b/src/lisp.h index a9ac0ac8c55..79ce061757e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1446,6 +1446,7 @@ extern Lisp_Object Vdebug_on_error; if (!NILP (Vrun_hooks)) call1 (Vrun_hooks, Qmy_funny_hook); */ extern Lisp_Object Vrun_hooks; +extern Lisp_Object Frun_hooks_with_args (); extern Lisp_Object Fand (), For (), Fif (), Fprogn (), Fprog1 (), Fprog2 (); extern Lisp_Object Fsetq (), Fquote (); extern Lisp_Object Fuser_variable_p (), Finteractive_p ();