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:
parent
2ebf8f54cb
commit
7a03d9cdcf
@ -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>
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user