Make ediff handle remote and quoted file names
commitf4b50dad8d5eade04f495c693c0bca46060b25cb
authorPhilipp Stephani <phst@google.com>
Fri, 3 Mar 2017 17:36:08 +0000 (3 18:36 +0100)
committerPhilipp Stephani <phst@google.com>
Tue, 4 Apr 2017 09:37:10 +0000 (4 11:37 +0200)
tree0738ac90a39540d2d2affc066ce625471e3c0298
parent2c68192c6b029bb839193c81cf2a16dad26305c6
Make ediff handle remote and quoted file names

Quoted file names need to be unquoted before passed to
subprocesses (Bug#25950).

* lisp/vc/ediff-diff.el (ediff-exec-process): Handle remote and quoted
file names.
* test/lisp/vc/ediff-diff-tests.el
(ediff-diff-tests--ediff-exec-process--quoted-file): Add unit test.
lisp/vc/ediff-diff.el
test/lisp/vc/ediff-diff-tests.el [new file with mode: 0644]