XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / src / callint.c
index faa910d..8676692 100644 (file)
@@ -307,8 +307,9 @@ when reading the arguments.
 
       if (EQ (funcar, Qautoload))
        {
-         struct gcpro gcpro1, gcpro2;
-         GCPRO2 (function, prefix);
+         struct gcpro gcpro1;
+         GCPRO1 (prefix);
+         /* do_autoload GCPROs both arguments */
          do_autoload (fun, function);
          UNGCPRO;
          goto retry;