mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
; * lisp/tool-bar.el (tool-bar-setup): Adapt to change for bug#80545.
This commit is contained in:
parent
55c752d631
commit
4f46593668
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ holds a keymap."
|
|||
:vert-only t)
|
||||
(tool-bar-add-item-from-menu 'menu-find-file-existing "open" nil
|
||||
:label "Open" :vert-only t)
|
||||
(tool-bar-add-item-from-menu 'dired "diropen" nil :vert-only t)
|
||||
(tool-bar-add-item-from-menu 'dired-from-menubar "diropen" nil :vert-only t)
|
||||
(tool-bar-add-item-from-menu 'kill-this-buffer "close" nil :vert-only t)
|
||||
(tool-bar-add-item-from-menu 'save-buffer "save" nil
|
||||
:label "Save")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue