summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-02 22:36:23 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-02 22:36:23 +0000
commite073b4f7a3b8f1f497e593a70b68df8931e81705 (patch)
tree9b990fbc0f6f837a4f8b5344f0841e8c09aa9271 /src
parente1ac69f0ae0d2e066d363f09074c90ced30fdbf1 (diff)
downloademacs-e073b4f7a3b8f1f497e593a70b68df8931e81705.tar.gz
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
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* This is the main entry point to mocklisp execution.
- When eval sees a mocklisp function being called, it calls here
- with the unevaluated argument list */
-
extern Lisp_Object ml_apply ();
extern Lisp_Object Fml_if ();
extern Lisp_Object Fml_nargs ();