]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove comment which is a copy of comment in mocklisp.c.
authorPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 22:36:23 +0000 (22:36 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 22:36:23 +0000 (22:36 +0000)
src/mocklisp.h

index 1ec7756ac13ff3055efae63c77593132e0fe3ad1..0675415a33e19d97f832cc3e2356abbcd68070a8 100644 (file)
@@ -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 ();