mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
This commit is contained in:
parent
3e99d237aa
commit
31ace7d065
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user