X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fwidget.c;h=2b8024100d569cdfe45bdba0378e2d6914dfea8d;hb=1b70edcd9999965aafe4533453eb6b353b349898;hp=7a3a9e67d9c48c0a7b156ab5294da0544b6fe1b0;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git.1 diff --git a/src/widget.c b/src/widget.c index 7a3a9e6..2b80241 100644 --- a/src/widget.c +++ b/src/widget.c @@ -101,7 +101,7 @@ ARGS are passed as extra arguments to the function. newargs[0] = Fwidget_get (args[0], args[1]); newargs[1] = args[0]; newargs[2] = Flist (nargs - 2, args + 2); - GCPRO1 ((newargs[2])); + GCPRO1 (newargs[2]); RETURN_UNGCPRO (Fapply (3, newargs)); }