]> git.eshelyaron.com Git - emacs.git/commit
Fix wdired-do-perm-changes when over Tramp
authorTino Calancha <tino.calancha@gmail.com>
Thu, 1 Oct 2020 21:33:56 +0000 (23:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 1 Oct 2020 21:34:01 +0000 (23:34 +0200)
commit6996204dd036650b7e1e7f9580055fefb033abe5
tree75b21a3e8c2d41900aaaa07baeff07e9dbb55520
parent29435ecd8e31497a9cc461fcf88dbbf00876863a
Fix wdired-do-perm-changes when over Tramp

* lisp/wdired.el (wdired-do-perm-changes) Use set-file-modes
instead of external program (bug#39284).  This fixes the problem
of passing the wrong argument to the external chmod.
lisp/wdired.el