changeset 42272:81176c96cc2f

Do not include mocklisp.h. (Fcall_interactively): Do not test for mocklisp case.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 22 Dec 2001 13:55:34 +0000
parents 9a040e975992
children c72c3ea311e6
files src/callint.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Sat Dec 22 13:49:19 2001 +0000
+++ b/src/callint.c	Sat Dec 22 13:55:34 2001 +0000
@@ -27,7 +27,6 @@
 #include "commands.h"
 #include "keyboard.h"
 #include "window.h"
-#include "mocklisp.h"
 #include "keymap.h"
 
 #ifdef HAVE_INDEX
@@ -278,11 +277,6 @@
 	goto lose;
       specs = Fcar (Fcdr (specs));
     }
-  else if (EQ (funcar, Qmocklisp))
-    {
-      single_kboard_state ();
-      return ml_apply (fun, Qinteractive);
-    }
   else
     goto lose;