]> git.eshelyaron.com Git - emacs.git/commit
Guard against user saving ediff-meta-diff-buffer
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 9 Mar 2025 11:10:17 +0000 (08:10 -0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:41:15 +0000 (19:41 +0100)
commit4c2f76cc7e6916ed35b79b22ffe9ef4e57414d26
tree2743a56a1907bfaa0a65cb874a45069e7ce8b220
parent99dc946340de705f198fd0a3ccbf5bebec731377
Guard against user saving ediff-meta-diff-buffer

* lisp/vc/ediff-mult.el (ediff-collect-custom-diffs): If the
diff buffer is visiting a file, create a new buffer.  (Bug#3348)

* test/lisp/vc/ediff-mult-tests.el: New test file.

(cherry picked from commit d01b7c85fea3e177df112513af150cead4bbb3e5)
lisp/vc/ediff-mult.el
test/lisp/vc/ediff-mult-tests.el [new file with mode: 0644]