diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-12-30 09:26:41 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-12-30 09:26:41 +0100 |
commit | ebf65c7e7e3872685e5c58e0618ed33ea570520f (patch) | |
tree | 2c25e758dee5bf4f0c105f242570c501c823f971 /lisp/eshell | |
parent | 644c71d6788d268cb065bd9317efb8a16a8236e6 (diff) | |
download | emacs-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.el | 5 |
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. |