]> git.eshelyaron.com Git - emacs.git/commit
Fix failures of vc-find-revision with non-ASCII file names
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2019 06:59:23 +0000 (08:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Feb 2019 06:59:23 +0000 (08:59 +0200)
commit459b669b08d235a79ff4fa61b2d93e9a6229facd
tree5d856c6522a9a23b5075262b30a077fbac15ef89
parente9ff19053139c149460fa8b1214c4012fc11cd0d
Fix failures of vc-find-revision with non-ASCII file names

* lisp/vc/vc.el (vc-find-revision): Instead of binding
coding-system-for-write, make the buffer-file-coding-system of
the temporary buffer be no-conversion.  This avoids the
unwanted side effect of not encoding the command-line
arguments of the VCS commands invoked by the backend.
(Bug#34350)
lisp/vc/vc.el