# HG changeset patch # User Karl Heuer # Date 806700980 0 # Node ID 30647c4249ef82100eb06b2330ee2a22d5907cde # Parent 127ae5c0a00522e8d10f4451ce7eebb7071e8026 (Frun_hook_with_args): Declare this function. diff -r 127ae5c0a005 -r 30647c4249ef src/lisp.h --- 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 ();