Mercurial > emacs
changeset 112:aee5f0554079
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 25 Oct 1990 02:06:52 +0000 |
parents | 5bd7f97aca7d |
children | 9827cb0af717 |
files | src/mocklisp.h |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mocklisp.h Thu Oct 25 01:55:18 1990 +0000 +++ b/src/mocklisp.h Thu Oct 25 02:06:52 1990 +0000 @@ -22,4 +22,10 @@ with the unevaluated argument list */ extern Lisp_Object ml_apply (); - +extern Lisp_Object Fml_if (); +extern Lisp_Object Fml_nargs (); +extern Lisp_Object Fml_arg (); +extern Lisp_Object Fml_interactive (); +extern Lisp_Object Fml_provide_prefix_argument (); +extern Lisp_Object Fml_prefix_argument_loop (); +extern Lisp_Object FInsStr ();