Mercurial > emacs
changeset 40658:ec60cd36c995
Remove comment which is a copy of comment in mocklisp.c.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 02 Nov 2001 22:36:23 +0000 |
parents | 5d09739999b8 |
children | 7e3c616777d3 |
files | src/mocklisp.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mocklisp.h Fri Nov 02 21:03:24 2001 +0000 +++ b/src/mocklisp.h Fri Nov 02 22:36:23 2001 +0000 @@ -18,10 +18,6 @@ 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 ();