emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 ebf65c7e7e 1/2: * lisp/eshell/em-tramp.el (tramp): Require also


From: Michael Albinus
Subject: emacs-29 ebf65c7e7e 1/2: * lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
Date: Fri, 30 Dec 2022 03:27:14 -0500 (EST)

branch: emacs-29
commit ebf65c7e7e3872685e5c58e0618ed33ea570520f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * lisp/eshell/em-tramp.el (tramp): Require also at runtime.  (Bug#60402)
---
 lisp/eshell/em-tramp.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el
index 499deaa7fc..2453af1bac 100644
--- a/lisp/eshell/em-tramp.el
+++ b/lisp/eshell/em-tramp.el
@@ -30,8 +30,9 @@
 
 (eval-when-compile
   (require 'esh-mode)
-  (require 'eshell)
-  (require 'tramp))
+  (require 'eshell))
+
+(require 'tramp)
 
 ;; There are no items in this custom group, but eshell modules (ab)use
 ;; custom groups.



reply via email to

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