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
653a3150
Commit
653a3150
authored
Nov 04, 2008
by
Andreas Schwab
Browse files
(Fx_wm_set_size_hint): Add missing return value.
parent
ca68aad8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+1
-0
No files found.
src/ChangeLog
View file @
653a3150
2008-11-04 Andreas Schwab <schwab@suse.de>
* xfns.c (Fx_wm_set_size_hint): Add missing return value.
2008-11-03 Chong Yidong <cyd@stupidchicken.com>
* xfns.c (Fx_wm_set_size_hint): New function.
...
...
src/xfns.c
View file @
653a3150
...
...
@@ -3114,6 +3114,7 @@ If FRAME is nil, use the selected frame. */)
BLOCK_INPUT
;
x_wm_set_size_hint
(
f
,
0
,
0
);
UNBLOCK_INPUT
;
return
Qnil
;
}
DEFUN
(
"x-create-frame"
,
Fx_create_frame
,
Sx_create_frame
,
...
...
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