(Fcall_interactively): Fix last change.
From David Ponce <david@dponce.com>
This commit is contained in:
parent
1cd0066c73
commit
f817f028ec
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ supply if the command inquires which events were used to invoke it. */)
|
|||
{
|
||||
Lisp_Object form;
|
||||
GCPRO2 (function, prefix_arg);
|
||||
Finteractive_form (function);
|
||||
form = Finteractive_form (function);
|
||||
UNGCPRO;
|
||||
if (CONSP (form))
|
||||
specs = filter_specs = Fcar (XCDR (form));
|
||||
|
|
Loading…
Add table
Reference in a new issue