]> git.eshelyaron.com Git - emacs.git/commit
Add a new action in save-some-buffers to view the buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Oct 2019 19:36:57 +0000 (21:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Oct 2019 19:42:03 +0000 (21:42 +0200)
commitb02f0ae995110393f7a8136d01933fb80960fc54
tree946ddb1cfec7fa61f51d8eb6ce431e6c6d2ad558
parent67ed6ee7337d66dc1101e41bc2e67bde5ab0ecd4
Add a new action in save-some-buffers to view the buffer

* doc/emacs/files.texi (Save Commands): Document it.

* lisp/files.el (save-some-buffers-action-alist): Offer to pop to
the buffer and then quit (bug#3625).
(save-some-buffers): Implement it.
(save-some-buffers--switch-window-callback): New variable.
doc/emacs/files.texi
etc/NEWS
lisp/files.el