diff options
| author | Karl Heuer <kwzh@gnu.org> | 1995-07-25 19:36:20 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1995-07-25 19:36:20 +0000 |
| commit | 7baf1f090b96eb951f25f897a60015cb724779ad (patch) | |
| tree | 0a98d27b797b5399c9053502f344b140a0cf11b1 /src | |
| parent | a732d129712079c381d66994b135dbd20e1bfa36 (diff) | |
| download | emacs-7baf1f090b96eb951f25f897a60015cb724779ad.tar.gz | |
(Frun_hook_with_args): Declare this function.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 (); |
