diff options
| author | Pavel Janík | 2001-11-02 22:36:23 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-02 22:36:23 +0000 |
| commit | 58ab49e32cb05d3ef667e9f71c341faaf149bb1d (patch) | |
| tree | 8ecb49f245cd20539fc296cec1fd31b5ca0b4de3 /src | |
| parent | 6cb16f95fc5e0565895bee4e6fe77fe2ffcac5d3 (diff) | |
| download | emacs-58ab49e32cb05d3ef667e9f71c341faaf149bb1d.tar.gz emacs-58ab49e32cb05d3ef667e9f71c341faaf149bb1d.zip | |
Remove comment which is a copy of comment in mocklisp.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mocklisp.h | 4 |
1 files changed, 0 insertions, 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 | |||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02111-1307, USA. */ |
| 20 | 20 | ||
| 21 | /* This is the main entry point to mocklisp execution. | ||
| 22 | When eval sees a mocklisp function being called, it calls here | ||
| 23 | with the unevaluated argument list */ | ||
| 24 | |||
| 25 | extern Lisp_Object ml_apply (); | 21 | extern Lisp_Object ml_apply (); |
| 26 | extern Lisp_Object Fml_if (); | 22 | extern Lisp_Object Fml_if (); |
| 27 | extern Lisp_Object Fml_nargs (); | 23 | extern Lisp_Object Fml_nargs (); |