aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorChong Yidong2010-06-25 15:32:37 -0400
committerChong Yidong2010-06-25 15:32:37 -0400
commitfac580ebfad46d89bfa3e01f53136f8404762ffa (patch)
treec89797ed960acd1708b460864dc40d8d54b77827 /src/frame.c
parenta9fdbaae1a386c8884c70bab38abb4c6c81c6a8b (diff)
downloademacs-fac580ebfad46d89bfa3e01f53136f8404762ffa.tar.gz
emacs-fac580ebfad46d89bfa3e01f53136f8404762ffa.zip
Revert last change.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 4fd0573e2c0..3e1b2daf556 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -4595,8 +4595,7 @@ For values specific to the separate minibuffer frame, see
4595The `menu-bar-lines' element of the list controls whether new frames 4595The `menu-bar-lines' element of the list controls whether new frames
4596 have menu bars; `menu-bar-mode' works by altering this element. 4596 have menu bars; `menu-bar-mode' works by altering this element.
4597Setting this variable does not affect existing frames, only new ones. */); 4597Setting this variable does not affect existing frames, only new ones. */);
4598 Vdefault_frame_alist = list2 (Fcons (Qmenu_bar_lines, make_number (1)), 4598 Vdefault_frame_alist = Qnil;
4599 Fcons (Qtool_bar_lines, make_number (1)));
4600 4599
4601 DEFVAR_LISP ("default-frame-scroll-bars", &Vdefault_frame_scroll_bars, 4600 DEFVAR_LISP ("default-frame-scroll-bars", &Vdefault_frame_scroll_bars,
4602 doc: /* Default position of scroll bars on this window-system. */); 4601 doc: /* Default position of scroll bars on this window-system. */);