]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Fix last change.
authorKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 11:45:11 +0000 (11:45 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 11:45:11 +0000 (11:45 +0000)
From David Ponce  <david@dponce.com>

src/callint.c

index a7933bb14d56529dbc84b087303275896858e508..1d7d6f9f89fe38266c68cf9136e97b5b074b9011 100644 (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));