]> git.eshelyaron.com Git - emacs.git/commit
New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)
authorJuri Linkov <juri@linkov.net>
Mon, 2 Dec 2019 23:40:12 +0000 (01:40 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 2 Dec 2019 23:40:12 +0000 (01:40 +0200)
commit9a911b4af50fdfef308aab8e2492392f0986580b
treea1a6b21e9065936f12d479b61c76bed89e22065d
parent91762e49e10949a1f54a1bab78555e196e75d9ea
New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)

* lisp/window.el (window-state-buffers): New function.
* lisp/tab-bar.el (tab-bar-get-buffer-tab): New function.

* lisp/emacs-lisp/seq.el (seq-some): Add autoload cookie.

* lisp/desktop.el (desktop-buffers-not-to-save-function): New variable.
(desktop-save-buffer-p): Use it.
lisp/desktop.el
lisp/emacs-lisp/seq.el
lisp/tab-bar.el
lisp/window.el