comparison src/mocklisp.h @ 112:aee5f0554079

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Oct 1990 02:06:52 +0000
parents 5bd7f97aca7d
children 3165b2697c78
comparison
equal deleted inserted replaced
111:5bd7f97aca7d 112:aee5f0554079
20 /* This is the main entry point to mocklisp execution. 20 /* This is the main entry point to mocklisp execution.
21 When eval sees a mocklisp function being called, it calls here 21 When eval sees a mocklisp function being called, it calls here
22 with the unevaluated argument list */ 22 with the unevaluated argument list */
23 23
24 extern Lisp_Object ml_apply (); 24 extern Lisp_Object ml_apply ();
25 25 extern Lisp_Object Fml_if ();
26 extern Lisp_Object Fml_nargs ();
27 extern Lisp_Object Fml_arg ();
28 extern Lisp_Object Fml_interactive ();
29 extern Lisp_Object Fml_provide_prefix_argument ();
30 extern Lisp_Object Fml_prefix_argument_loop ();
31 extern Lisp_Object FInsStr ();