Change visibility of "Undelete Frame"
* lisp/menu-bar.el (menu-bar-file-menu): Make "Undelete Frame" always visible. Suggested by Gregory Heytings <gregory@heytings.org>.
This commit is contained in:
parent
a51a2a13ed
commit
246557f33e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
|
||||
(bindings--define-key menu [undelete-last-deleted-frame]
|
||||
'(menu-item "Undelete Frame" undelete-frame
|
||||
:visible (and undelete-frame-mode
|
||||
:enable (and undelete-frame-mode
|
||||
(car undelete-frame--deleted-frames))
|
||||
:help "Undelete the most recently deleted frame"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue