1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

(Fx_wm_set_size_hint): Add missing return value.

This commit is contained in:
Andreas Schwab 2008-11-04 12:30:42 +00:00
parent ca68aad82b
commit 653a3150f7
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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,