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

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

[elpa] externals/tramp 2e0b91d: Require tramp-compat in tramp-adb.el


From: Michael Albinus
Subject: [elpa] externals/tramp 2e0b91d: Require tramp-compat in tramp-adb.el
Date: Wed, 28 Apr 2021 08:19:41 -0400 (EDT)

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

    Require tramp-compat in tramp-adb.el
---
 tramp-adb.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tramp-adb.el b/tramp-adb.el
index aacf83e..ca7dac0 100644
--- a/tramp-adb.el
+++ b/tramp-adb.el
@@ -33,6 +33,7 @@
 
 ;;; Code:
 
+(require 'tramp-compat)
 (require 'tramp)
 
 (defvar process-file-return-signal-string)



reply via email to

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