From: Michael Albinus Date: Fri, 30 Dec 2022 08:26:41 +0000 (+0100) Subject: * lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1352 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ebf65c7e7e3872685e5c58e0618ed33ea570520f;p=emacs.git * lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402) --- 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.