Mercurial > emacs
changeset 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 | 127ae5c0a005 |
children | 14721fd8dcc1 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 ();