1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

Remove comment which is a copy of comment in mocklisp.c.

This commit is contained in:
Pavel Janík 2001-11-02 22:36:23 +00:00
parent 6cb16f95fc
commit 58ab49e32c

View 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 ();