annotate test/README @ 111861:869f03cdb254

Fix bug #1077 with popping new frames from a minibuffer-only frame. menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): New functions. (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use them instead of `nil' and `>', respectively. (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar instead of `nil'. (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar and menu-bar-positive-p instead of `nil' and `>', respectively.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 09 Dec 2010 21:07:53 +0200
parents b5279fa5497b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92339
0c367d3e39fe New file.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 This directory contains files intended to test various aspects of
0c367d3e39fe New file.
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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.)