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

(tool-bar-setup): Remove the EXIT button.

This commit is contained in:
Eli Zaretskii 2001-06-21 12:48:03 +00:00
parent 2ebf8f54cb
commit 7a03d9cdcf
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
* toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
* dabbrev.el (dabbrev--select-buffers): Fix last change.
2001-06-20 Richard M. Stallman <rms@gnu.org>

View File

@ -170,7 +170,9 @@ function."
;;; Set up some global items. Additions/deletions up for grabs.
(defun tool-bar-setup ()
(tool-bar-add-item-from-menu 'save-buffers-kill-emacs "exit")
;; People say it's bad to have EXIT on the tool bar, since users
;; might inadvertently click that button.
;;(tool-bar-add-item-from-menu 'save-buffers-kill-emacs "exit")
(tool-bar-add-item-from-menu 'find-file "new")
(tool-bar-add-item-from-menu 'dired "open")
(tool-bar-add-item-from-menu 'kill-this-buffer "close")