aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2010-03-12 18:13:02 -0500
committerChong Yidong2010-03-12 18:13:02 -0500
commit4fa4201821f10447173e8755d91b5876429f0126 (patch)
treeeef1e82b44fa3d9eaf7ba5f235ba8f6fc6cb58b8 /src
parent6f320937a40f8905c2e72498c042423a1e7610a3 (diff)
downloademacs-4fa4201821f10447173e8755d91b5876429f0126.tar.gz
emacs-4fa4201821f10447173e8755d91b5876429f0126.zip
* xfns.c (Fx_create_frame): Set default to Qright.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xfns.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c73acf2ce7..88d9e3a3da4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-03-12 Chong Yidong <cyd@stupidchicken.com> 12010-03-12 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * xfns.c (Fx_create_frame): Set default to Qright.
4
3 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for 5 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
4 all window systems. 6 all window systems.
5 7
diff --git a/src/xfns.c b/src/xfns.c
index 96fb090e327..84d0d622200 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3376,7 +3376,7 @@ This function is an internal primitive--use `make-frame' instead. */)
3376#endif 3376#endif
3377 "internalBorderWidth", "internalBorderWidth", 3377 "internalBorderWidth", "internalBorderWidth",
3378 RES_TYPE_NUMBER); 3378 RES_TYPE_NUMBER);
3379 x_default_parameter (f, parms, Qvertical_scroll_bars, Qleft, 3379 x_default_parameter (f, parms, Qvertical_scroll_bars, Qright,
3380 "verticalScrollBars", "ScrollBars", 3380 "verticalScrollBars", "ScrollBars",
3381 RES_TYPE_SYMBOL); 3381 RES_TYPE_SYMBOL);
3382 3382