summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-06-12 10:01:25 +0200
committerPhilipp Stephani <phst@google.com>2017-06-12 10:01:25 +0200
commit3f89df5c3b3d32900608cbd8140e54e09f82fcf3 (patch)
treef0a1a892aa4a186f65068fe0c1089e479a948140 /lisp/eshell
parent07ab8374917bd2048b594f21adcc152d09eb21df (diff)
downloademacs-3f89df5c3b3d32900608cbd8140e54e09f82fcf3.tar.gz
emacs-3f89df5c3b3d32900608cbd8140e54e09f82fcf3.tar.bz2
emacs-3f89df5c3b3d32900608cbd8140e54e09f82fcf3.zip
Add missing 'require' forms to prevent compiler warnings.
* lisp/eshell/esh-ext.el (esh-arg, esh-proc): Add missing requirements.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-ext.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 2a495225dc2..0b292306ff1 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -39,7 +39,9 @@
(require 'cl-lib)
(require 'esh-io)
(require 'esh-cmd))
+(require 'esh-arg)
(require 'esh-opt)
+(require 'esh-proc)
(defgroup eshell-ext nil
"External commands are invoked when operating system executables are