]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_wm_set_size_hint): Add missing return value.
authorAndreas Schwab <schwab@suse.de>
Tue, 4 Nov 2008 12:30:42 +0000 (12:30 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 4 Nov 2008 12:30:42 +0000 (12:30 +0000)
src/ChangeLog
src/xfns.c

index 9f32abd2d257f130e8103017e66372c6acda028d..4fffc04b7fa80d8e31be72d481ae08970aee264b 100644 (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.
index 17cbed27898bc3bcc701115ee7631bad5b9e2ab6..166cca63f2bdc73d67612a4ff35ebbd73307ff1e 100644 (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,