aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-11-02 22:36:23 +0000
committerPavel Janík2001-11-02 22:36:23 +0000
commit58ab49e32cb05d3ef667e9f71c341faaf149bb1d (patch)
tree8ecb49f245cd20539fc296cec1fd31b5ca0b4de3 /src
parent6cb16f95fc5e0565895bee4e6fe77fe2ffcac5d3 (diff)
downloademacs-58ab49e32cb05d3ef667e9f71c341faaf149bb1d.tar.gz
emacs-58ab49e32cb05d3ef667e9f71c341faaf149bb1d.zip
Remove comment which is a copy of comment in mocklisp.c.
Diffstat (limited to 'src')
-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 ();