]> git.eshelyaron.com Git - emacs.git/commit
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jun 2010 19:24:05 +0000 (15:24 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jun 2010 19:24:05 +0000 (15:24 -0400)
commita9fdbaae1a386c8884c70bab38abb4c6c81c6a8b
tree3b5baab36d48d1763e11c9f086430dba389386da
parentf5cbf40e5fa3b56560e382f1a929f1beeb8e2618
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
Since the menu-bar and tool-bar are now unconditionally turned on by
default, we can let the defcustom defaults reflect that.

* frame.el (initial-frame-alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).

* frame.c (Vdefault_frame_alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).
lisp/ChangeLog
lisp/frame.el
src/ChangeLog
src/frame.c