Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7993597
Commit
f7993597
authored
Sep 07, 1998
by
Karl Heuer
Browse files
(Fwidget_put): Return VALUE instead of garbage.
parent
955f3ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/fns.c
src/fns.c
+1
-0
No files found.
src/fns.c
View file @
f7993597
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment