diff options
author | Andreas Schwab <schwab@suse.de> | 2008-11-04 12:30:42 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-11-04 12:30:42 +0000 |
commit | 653a3150f73c10e73cda01cd2d067909b4d91dff (patch) | |
tree | 93dfd84ed451a65817f11f8511dbc676893365eb /src/xfns.c | |
parent | ca68aad82be24040ebca4ca65f91c69497870e6a (diff) | |
download | emacs-653a3150f73c10e73cda01cd2d067909b4d91dff.tar.gz |
(Fx_wm_set_size_hint): Add missing return value.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 17cbed27898..166cca63f2b 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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, |