* startup.el (command-line): Enable tool-bar-mode as long as it is
not suppressed by X resources, regardless of the terminal. * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on graphical terminals. (tool-bar-setup): No-op if called on a tty.
This commit is contained in:
parent
1ac8f4d6c8
commit
a448e4167f
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2008-10-09 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* startup.el (command-line): Enable tool-bar-mode as long as it is
|
||||
not suppressed by X resources, regardless of the terminal.
|
||||
|
||||
* tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
|
||||
graphical terminals.
|
||||
(tool-bar-setup): No-op if called on a tty.
|
||||
|
||||
2008-10-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* frame.el (make-frame-on-tty): Use "F" inside interactive. Support
|
||||
|
|
Loading…
Add table
Reference in a new issue