]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not include mocklisp.h.
authorPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:55:34 +0000 (13:55 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 13:55:34 +0000 (13:55 +0000)
(Fcall_interactively): Do not test for mocklisp case.

src/callint.c

index f84d0048877c60ecde930f7165c2db58175b653b..6e835d51b18e19a32ec3702c6ae9eabeac4123a9 100644 (file)
@@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA.  */
 #include "commands.h"
 #include "keyboard.h"
 #include "window.h"
-#include "mocklisp.h"
 #include "keymap.h"
 
 #ifdef HAVE_INDEX
@@ -278,11 +277,6 @@ supply if the command inquires which events were used to invoke it.  */)
        goto lose;
       specs = Fcar (Fcdr (specs));
     }
-  else if (EQ (funcar, Qmocklisp))
-    {
-      single_kboard_state ();
-      return ml_apply (fun, Qinteractive);
-    }
   else
     goto lose;