From: Karl Heuer Date: Mon, 7 Sep 1998 17:34:59 +0000 (+0000) Subject: (Fwidget_put): Return VALUE instead of garbage. X-Git-Tag: emacs-20.4~1742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7993597fa059a47c956eda83620bb890381787a;p=emacs.git (Fwidget_put): Return VALUE instead of garbage. --- diff --git a/src/fns.c b/src/fns.c index f0a387ecd21..82af7c0a272 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2665,6 +2665,7 @@ The value can later be retrieved with `widget-get'.") { CHECK_CONS (widget, 1); XCDR (widget) = Fplist_put (XCDR (widget), property, value); + return value; } DEFUN ("widget-get", Fwidget_get, Swidget_get, 2, 2, 0,