branch: externals/tramp
commit ae2f79774157097b9b6e2e9229fe4af6f15136f1
Author: Michael Albinus <michael.albi...@gmx.de>
Commit: Michael Albinus <michael.albi...@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