]> git.eshelyaron.com Git - emacs.git/commitdiff
(Frun_hook_with_args): Declare this function.
authorKarl Heuer <kwzh@gnu.org>
Tue, 25 Jul 1995 19:36:20 +0000 (19:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 25 Jul 1995 19:36:20 +0000 (19:36 +0000)
src/lisp.h

index a9ac0ac8c5563edf54cd2211ef3ebc2a26ffcb22..79ce061757ecb6cf23ac550acee89f6409c73e72 100644 (file)
@@ -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 ();