branch: externals/tramp
commit c467120d34991bc988ecde2fa15f6d5015a24190
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>

    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