Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
31ace7d0
Commit
31ace7d0
authored
Dec 22, 2001
by
Pavel Janík
Browse files
Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
parent
3e99d237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/callint.c
src/callint.c
+0
-6
No files found.
src/callint.c
View file @
31ace7d0
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment