1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* tool-bar.el (tool-bar-local-item)

(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
This commit is contained in:
Chong Yidong 2008-10-11 19:45:36 +00:00
parent b0b5100aca
commit fe4d6c1877

View File

@ -1,3 +1,10 @@
2008-10-11 Chong Yidong <cyd@stupidchicken.com>
* tool-bar.el (tool-bar-local-item)
(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
2008-10-11 Romain Francoise <romain@orebokech.com>
* help.el (view-lossage): Fix docstring, lossage is now 300 keys.