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: emacs-29.0.90~913 X-Git-Url: http://git.eshelyaron.com/gitweb/?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.