aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-12-22 13:55:34 +0000
committerPavel Janík2001-12-22 13:55:34 +0000
commit31ace7d0650710af395119f6d3a2f07d9b7e73c0 (patch)
treef3dc0d76b4278438e31bdfa219ba05a64588ca83 /src
parent3e99d237aa60f383d191c5fe304e7a7ffa843978 (diff)
downloademacs-31ace7d0650710af395119f6d3a2f07d9b7e73c0.tar.gz
emacs-31ace7d0650710af395119f6d3a2f07d9b7e73c0.zip
Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
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