aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris2018-02-28 14:35:56 -0500
committerGlenn Morris2018-02-28 14:35:56 -0500
commit2f25eae17e6cc11e675a0f938ccb1694ce9c2fd4 (patch)
treee1cc259a70d79b57dca3eed8b76bcac7ba2e3f90 /lisp/eshell
parente8721c384927232d4033052d85e2c6ee7f6173c8 (diff)
downloademacs-2f25eae17e6cc11e675a0f938ccb1694ce9c2fd4.tar.gz
emacs-2f25eae17e6cc11e675a0f938ccb1694ce9c2fd4.zip
Quieten eshell compilation
* lisp/eshell/em-tramp.el: Require esh-cmd. * lisp/eshell/esh-ext.el: Requie esh-io at runtime too.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-tramp.el1
-rw-r--r--lisp/eshell/esh-ext.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el
index c45453bf288..004c4954908 100644
--- a/lisp/eshell/em-tramp.el
+++ b/lisp/eshell/em-tramp.el
@@ -26,6 +26,7 @@
26;;; Code: 26;;; Code:
27 27
28(require 'esh-util) 28(require 'esh-util)
29(require 'esh-cmd)
29 30
30(eval-when-compile 31(eval-when-compile
31 (require 'esh-mode) 32 (require 'esh-mode)
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 1bfab23c220..ba5182deb45 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -37,8 +37,8 @@
37 37
38(eval-when-compile 38(eval-when-compile
39 (require 'cl-lib) 39 (require 'cl-lib)
40 (require 'esh-io)
41 (require 'esh-cmd)) 40 (require 'esh-cmd))
41(require 'esh-io)
42(require 'esh-arg) 42(require 'esh-arg)
43(require 'esh-opt) 43(require 'esh-opt)
44(require 'esh-proc) 44(require 'esh-proc)