emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/tramp c467120: Fix previous commit


From: Michael Albinus
Subject: [elpa] externals/tramp c467120: Fix previous commit
Date: Tue, 27 Apr 2021 14:40:30 -0400 (EDT)

branch: externals/tramp
commit c467120d34991bc988ecde2fa15f6d5015a24190
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix previous commit
---
 tramp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tramp.el b/tramp.el
index 143d433..1723fa5 100644
--- a/tramp.el
+++ b/tramp.el
@@ -2581,7 +2581,7 @@ Falls back to normal file name handler if no Tramp file 
name handler exists."
     ;; might be an older, incompatible version active.  We try to
     ;; overload this.
     (let ((default-directory temporary-file-directory))
-      (load "tramp-compat" 'noerror 'nomessage)))
+      (load "tramp-compat" 'noerror 'nomessage)
       (load "tramp" 'noerror 'nomessage)))
   (apply operation args)))
 



reply via email to

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