From: Pavel Janík Date: Fri, 2 Nov 2001 22:36:23 +0000 (+0000) Subject: Remove comment which is a copy of comment in mocklisp.c. X-Git-Tag: ttn-vms-21-2-B4~18875 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58ab49e32cb05d3ef667e9f71c341faaf149bb1d;p=emacs.git Remove comment which is a copy of comment in mocklisp.c. --- 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 ();