aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mocklisp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mocklisp.h b/src/mocklisp.h
index 1ec7756ac13..0675415a33e 100644
--- a/src/mocklisp.h
+++ b/src/mocklisp.h
@@ -18,10 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02111-1307, USA. */
20 20
21/* This is the main entry point to mocklisp execution.
22 When eval sees a mocklisp function being called, it calls here
23 with the unevaluated argument list */
24
25extern Lisp_Object ml_apply (); 21extern Lisp_Object ml_apply ();
26extern Lisp_Object Fml_if (); 22extern Lisp_Object Fml_if ();
27extern Lisp_Object Fml_nargs (); 23extern Lisp_Object Fml_nargs ();