]> git.eshelyaron.com Git - emacs.git/commit
Add Ediff feature for copying all differences
authorPaul Nelson <ultrono@gmail.com>
Wed, 4 Sep 2024 07:24:25 +0000 (09:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:24:19 +0000 (22:24 +0200)
commitd12d1657ff930224333986c9869f892d7da4725e
treeac3d46706fe409d08198b1e33ae54444458d4826
parent5b0fc59bc702287c8ba28a5823d4b6ff1a9029c8
Add Ediff feature for copying all differences

* lisp/vc/ediff-util.el (ediff-diff-to-diff): With universal
prefix, copy all differences.

* doc/misc/ediff.texi (Quick Help Commands): Document the new feature.
* etc/NEWS: Announce the new feature.

(Bug#72866)

(cherry picked from commit 833158c0b78c6dbeacb169076a9899ba7bf45bff)
doc/misc/ediff.texi
etc/NEWS
lisp/vc/ediff-util.el