aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2022-12-30 09:26:41 +0100
committerMichael Albinus2022-12-30 09:26:41 +0100
commitebf65c7e7e3872685e5c58e0618ed33ea570520f (patch)
tree2c25e758dee5bf4f0c105f242570c501c823f971 /lisp
parent644c71d6788d268cb065bd9317efb8a16a8236e6 (diff)
downloademacs-ebf65c7e7e3872685e5c58e0618ed33ea570520f.tar.gz
emacs-ebf65c7e7e3872685e5c58e0618ed33ea570520f.zip
* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
Diffstat (limited to 'lisp')
-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 @@
30 30
31(eval-when-compile 31(eval-when-compile
32 (require 'esh-mode) 32 (require 'esh-mode)
33 (require 'eshell) 33 (require 'eshell))
34 (require 'tramp)) 34
35(require 'tramp)
35 36
36;; There are no items in this custom group, but eshell modules (ab)use 37;; There are no items in this custom group, but eshell modules (ab)use
37;; custom groups. 38;; custom groups.