]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 30 Dec 2022 08:26:41 +0000 (09:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 30 Dec 2022 08:26:41 +0000 (09:26 +0100)
lisp/eshell/em-tramp.el

index 499deaa7fc57ba8b93e2830f16c046384bf44203..2453af1bacc0918b21b441f3afff99145c8b6385 100644 (file)
@@ -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.