From 58ab49e32cb05d3ef667e9f71c341faaf149bb1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 2 Nov 2001 22:36:23 +0000 Subject: [PATCH] Remove comment which is a copy of comment in mocklisp.c. --- src/mocklisp.h | 4 ---- 1 file changed, 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 (); -- 2.39.5