Fix bug#7299; default value of tool-bar-mode in without-x builds.
authorGlenn Morris <rgm@gnu.org>
Sun, 31 Oct 2010 18:26:54 +0000 (11:26 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 31 Oct 2010 18:26:54 +0000 (11:26 -0700)
commitc8c599548191c0d9f903e20d010b076dcd74170a
treea8c2aadda8d732c6458e8e012226507a028c8fd8
parent35fcc05c0e4f0ee9312c422e10ab14b4d34bb884
Fix bug#7299; default value of tool-bar-mode in without-x builds.

* src/frame.c (syms_of_frame) <tool-bar-mode>:
Default to nil if !HAVE_WINDOW_SYSTEM.

* lisp/cus-start.el: Handle standard values via a keyword.
Only set version property if specified.
(cursor-in-non-selected-windows, menu-bar-mode)
(tool-bar-mode, show-trailing-whitespace):
Do not specify standard values.
(transient-mark-mode, temporary-file-directory): Use :standard.
lisp/ChangeLog
lisp/cus-start.el
src/ChangeLog
src/frame.c