* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)

This commit is contained in:
Michael Albinus 2022-12-30 09:26:41 +01:00
parent 644c71d678
commit ebf65c7e7e

View file

@ -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.