+2008-10-10 Eli Zaretskii <eliz@gnu.org>
+
+ * startup.el (command-line): Don't invoke tool-bar-mode if it is
+ not fboundp.
+
2008-10-09 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): Enable tool-bar-mode as long as it is
;; even in tty frames, which means that there is a tool-bar if Emacs
;; later opens a graphical frame.
(unless (or noninteractive emacs-basic-display
+ (not (fboundp 'tool-bar-mode))
;; The tool-bar-lines parameter is nil if starting on a
;; tty; it is 0 if starting on a graphical display with
;; the toolbar disabled via X resources.