Put scroll-bar on right by default on UNIX.
* frame.c (Vdefault_frame_scroll_bars): Set default to Qright for all window systems.
This commit is contained in:
parent
6da23aaa4f
commit
a647d59d07
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
|
||||
all window systems.
|
||||
|
||||
2010-03-12 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* Makefilie.in (termcapobj): Move termcap.o from here...
|
||||
|
|
|
@ -4584,12 +4584,7 @@ Setting this variable does not affect existing frames, only new ones. */);
|
|||
DEFVAR_LISP ("default-frame-scroll-bars", &Vdefault_frame_scroll_bars,
|
||||
doc: /* Default position of scroll bars on this window-system. */);
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
#if defined(HAVE_NTGUI) || defined(NS_IMPL_COCOA)
|
||||
/* MS-Windows and Mac OS X have scroll bars on the right by default. */
|
||||
Vdefault_frame_scroll_bars = Qright;
|
||||
#else
|
||||
Vdefault_frame_scroll_bars = Qleft;
|
||||
#endif
|
||||
#else
|
||||
Vdefault_frame_scroll_bars = Qnil;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue