* lisp/tab-bar.el (tab-bar-move-tab-to-frame): Delete frame with last tab.
This commit is contained in:
parent
ab1e11fe79
commit
fd244c9e46
1 changed files with 1 additions and 0 deletions
|
@ -1201,6 +1201,7 @@ Interactively, ARG selects the ARGth different frame to move to."
|
|||
(nthcdr to-index to-tabs))
|
||||
(with-selected-frame from-frame
|
||||
(let ((inhibit-message t) ; avoid message about deleted tab
|
||||
(tab-bar-close-last-tab-choice 'delete-frame)
|
||||
tab-bar-closed-tabs)
|
||||
(tab-bar-close-tab from-number)))
|
||||
(tab-bar-tabs-set to-tabs to-frame)
|
||||
|
|
Loading…
Add table
Reference in a new issue