diff src/lisp.h @ 12653:30647c4249ef

(Frun_hook_with_args): Declare this function.
author Karl Heuer <kwzh@gnu.org>
date Tue, 25 Jul 1995 19:36:20 +0000
parents c641ffcd1d1b
children cac1b80e43be
line wrap: on
line diff
--- a/src/lisp.h	Tue Jul 25 19:35:38 1995 +0000
+++ b/src/lisp.h	Tue Jul 25 19:36:20 1995 +0000
@@ -1446,6 +1446,7 @@
    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 ();