Mercurial > emacs
annotate test/README @ 111266:8da6c861bf9f
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 31 Oct 2010 11:26:54 -0700 |
parents | b5279fa5497b |
children |
rev | line source |
---|---|
92339 | 1 This directory contains files intended to test various aspects of |
2 Emacs's functionality. Please help add tests! | |
104071
b5279fa5497b
Mention etc/compilation.txt
Chong Yidong <cyd@stupidchicken.com>
parents:
92339
diff
changeset
|
3 |
b5279fa5497b
Mention etc/compilation.txt
Chong Yidong <cyd@stupidchicken.com>
parents:
92339
diff
changeset
|
4 (Also, see etc/compilation.txt for compilation mode font lock tests.) |