From a448e4167fca87332cb1099366cfbe760c88f027 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 9 Oct 2008 19:29:42 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6c88dbfc53..bed3852d9f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-10-09 Chong Yidong + + * 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 * frame.el (make-frame-on-tty): Use "F" inside interactive. Support -- 2.39.5