Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from dvzubarev/tramp-fix
Browse files Browse the repository at this point in the history
Fix TRAMP regression
  • Loading branch information
fourier authored Jan 4, 2017
2 parents e1009bb + 9aae752 commit 87c9714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ztree-diff-model.el
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ Returns t if equal."
(let* ((file1-untrampified (ztree-untrampify-filename file1))
(file2-untrampified (ztree-untrampify-filename file2)))
(if (or
(/= (nth 7 (file-attributes file1-untrampified))
(nth 7 (file-attributes file2-untrampified)))
(/= (nth 7 (file-attributes file1))
(nth 7 (file-attributes file2)))
(/= 0 (process-file diff-command nil nil nil "-q"
file1-untrampified
file2-untrampified)))
Expand Down

0 comments on commit 87c9714

Please sign in to comment.