]> git.eshelyaron.com Git - emacs.git/commit
Clone the frame window configuration in 'clone-frame'
authorJuri Linkov <juri@linkov.net>
Wed, 6 Oct 2021 16:38:09 +0000 (19:38 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 6 Oct 2021 16:38:09 +0000 (19:38 +0300)
commitf7e6c199bf5b915e000bad964f3be2323d07647e
tree64232a7839922b2e3fe3686ae064e01680402181
parent5f626488d82476e8bd07121e9798304fc405bc4a
Clone the frame window configuration in 'clone-frame'

* doc/emacs/frames.texi (Creating Frames): Mention the cloned
window configuration for clone-frame.

* lisp/frame.el (clone-frame): Change second arg to 'no-windows'
and clone window configuration when it's nil.

* lisp/tab-bar.el (tab-bar-mouse-context-menu)
(tab-bar-detach-tab): Replace "Detach" with "Move" in help/doc strings.

https://lists.gnu.org/archive/html/emacs-devel/2021-10/msg00408.html
doc/emacs/frames.texi
etc/NEWS
lisp/frame.el
lisp/tab-bar.el