mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
This commit is contained in:
parent
644c71d678
commit
ebf65c7e7e
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue