emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6b442df: Fix typo in 89035e247591c8d688fce922b70798


From: Michael Albinus
Subject: [Emacs-diffs] master 6b442df: Fix typo in 89035e247591c8d688fce922b7079881aa110f33
Date: Mon, 25 May 2015 10:41:34 +0000

branch: master
commit 6b442df48cbcf0acc99a491b5949c8d6c5748e11
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix typo in 89035e247591c8d688fce922b7079881aa110f33
---
 lisp/net/tramp-sh.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 265e799..f2d7d86 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -2131,7 +2131,7 @@ KEEP-DATE is non-nil if NEWNAME should have the same 
timestamp as FILENAME."
        (jka-compr-inhibit t)
        (inhibit-file-name-handlers
         (cons epa-file-handler
-              . (remq 'tramp-file-name-handler inhibit-file-name-handlers))))
+               (remq 'tramp-file-name-handler inhibit-file-name-handlers))))
     (with-temp-file newname
       (set-buffer-multibyte nil)
       (insert-file-contents-literally filename)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]