From ebf65c7e7e3872685e5c58e0618ed33ea570520f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 30 Dec 2022 09:26:41 +0100 Subject: [PATCH] * 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 499deaa7fc5..2453af1bacc 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. -- 2.39.2