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

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

[elpa] externals/tramp ae2f797: Fix last change


From: Michael Albinus
Subject: [elpa] externals/tramp ae2f797: Fix last change
Date: Wed, 28 Apr 2021 08:46:19 -0400 (EDT)

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

    Fix last change
---
 tramp-adb.el | 1 -
 tramp.el     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/tramp-adb.el b/tramp-adb.el
index ca7dac0..aacf83e 100644
--- a/tramp-adb.el
+++ b/tramp-adb.el
@@ -33,7 +33,6 @@
 
 ;;; Code:
 
-(require 'tramp-compat)
 (require 'tramp)
 
 (defvar process-file-return-signal-string)
diff --git a/tramp.el b/tramp.el
index 2140732..de7d758 100644
--- a/tramp.el
+++ b/tramp.el
@@ -67,7 +67,7 @@
 ;; Reload `tramp-compat` when we reload `tramp-autoloads' of the GNU
 ;; ELPA package.
 ;;;###autoload (when (featurep 'tramp-compat)
-;;;###autoload   (load "tramp-compat" 'noerror 'nomessage)
+;;;###autoload   (load "tramp-compat" 'noerror 'nomessage))
 
 ;;; User Customizable Internal Variables:
 



reply via email to

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