summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-12-30 09:26:41 +0100
committerMichael Albinus <michael.albinus@gmx.de>2022-12-30 09:26:41 +0100
commitebf65c7e7e3872685e5c58e0618ed33ea570520f (patch)
tree2c25e758dee5bf4f0c105f242570c501c823f971 /lisp/eshell
parent644c71d6788d268cb065bd9317efb8a16a8236e6 (diff)
downloademacs-ebf65c7e7e3872685e5c58e0618ed33ea570520f.tar.gz
emacs-ebf65c7e7e3872685e5c58e0618ed33ea570520f.tar.bz2
emacs-ebf65c7e7e3872685e5c58e0618ed33ea570520f.zip
* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-tramp.el5
1 files 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.