Mercurial > emacs
changeset 13314:661060193eb8
(run_hook_with_args): Add forward declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 Oct 1995 15:19:25 +0000 |
parents | 01303e66d1b2 |
children | 2edc6ae38a78 |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Sat Oct 28 06:22:50 1995 +0000 +++ b/src/eval.c Sat Oct 28 15:19:25 1995 +0000 @@ -143,6 +143,8 @@ void specbind (), record_unwind_protect (); +Lisp_Object run_hook_with_args (); + Lisp_Object funcall_lambda (); extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */