projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
644c71d
)
* lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 30 Dec 2022 08:26:41 +0000
(09:26 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 30 Dec 2022 08:26:41 +0000
(09:26 +0100)
lisp/eshell/em-tramp.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-tramp.el
b/lisp/eshell/em-tramp.el
index 499deaa7fc57ba8b93e2830f16c046384bf44203..2453af1bacc0918b21b441f3afff99145c8b6385 100644
(file)
--- 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.