]> git.eshelyaron.com Git - emacs.git/commit
* lisp/files.el (save-some-buffers-action-alist): Fix 'view-mode'.
authorJuri Linkov <juri@linkov.net>
Wed, 19 Mar 2025 19:09:10 +0000 (21:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 18:08:16 +0000 (19:08 +0100)
commit459025221b5d3a03a16717e6950168bd36b06795
treec6890f6e05bb9905dedfc84c1e41426b64960899
parenta38218f7cf24124a83dce5f1e2409317a5465e9f
* lisp/files.el (save-some-buffers-action-alist): Fix 'view-mode'.

Use 'view-mode-enter' instead of 'view-buffer' to ignore the 'special'
mode-class that prevents some modes from binding 'q' to 'exit-action'
that should call 'exit-recursive-edit' (bug#76745).

(cherry picked from commit 7016d1c8e3c16e8bfb61ce8ef96d85490a00c2eb)
lisp/files.el