(Fcall_interactively): Fix last change.

From David Ponce  <david@dponce.com>
This commit is contained in:
Kim F. Storm 2004-03-29 11:45:11 +00:00
parent 1cd0066c73
commit f817f028ec

View file

@ -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));