aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callint.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/callint.c b/src/callint.c
index f84d0048877..6e835d51b18 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA. */
27#include "commands.h" 27#include "commands.h"
28#include "keyboard.h" 28#include "keyboard.h"
29#include "window.h" 29#include "window.h"
30#include "mocklisp.h"
31#include "keymap.h" 30#include "keymap.h"
32 31
33#ifdef HAVE_INDEX 32#ifdef HAVE_INDEX
@@ -278,11 +277,6 @@ supply if the command inquires which events were used to invoke it. */)
278 goto lose; 277 goto lose;
279 specs = Fcar (Fcdr (specs)); 278 specs = Fcar (Fcdr (specs));
280 } 279 }
281 else if (EQ (funcar, Qmocklisp))
282 {
283 single_kboard_state ();
284 return ml_apply (fun, Qinteractive);
285 }
286 else 280 else
287 goto lose; 281 goto lose;
288 282