aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xfns.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f32abd2d25..4fffc04b7fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-11-04 Andreas Schwab <schwab@suse.de>
2
3 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
4
12008-11-03 Chong Yidong <cyd@stupidchicken.com> 52008-11-03 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xfns.c (Fx_wm_set_size_hint): New function. 7 * xfns.c (Fx_wm_set_size_hint): New function.
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. */)
3114 BLOCK_INPUT; 3114 BLOCK_INPUT;
3115 x_wm_set_size_hint (f, 0, 0); 3115 x_wm_set_size_hint (f, 0, 0);
3116 UNBLOCK_INPUT; 3116 UNBLOCK_INPUT;
3117 return Qnil;
3117} 3118}
3118 3119
3119DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, 3120DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,