]> code.delx.au - gnu-emacs/blobdiff - src/mocklisp.h
(redisplay_window): Clear force_start field
[gnu-emacs] / src / mocklisp.h
index c3f79b8f450b6437c27c0663ba0b904b17b287e1..31663b741020061c58cf7294a40f0e97869a4d27 100644 (file)
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -22,4 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  with the unevaluated argument list */
 
 extern Lisp_Object ml_apply ();
-
+extern Lisp_Object Fml_if ();
+extern Lisp_Object Fml_nargs ();
+extern Lisp_Object Fml_arg ();
+extern Lisp_Object Fml_interactive ();
+extern Lisp_Object Fml_provide_prefix_argument ();
+extern Lisp_Object Fml_prefix_argument_loop ();
+extern Lisp_Object Finsert_string ();