aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
39 (require 'cl-lib) 39 (require 'cl-lib)
40 (require 'esh-io) 40 (require 'esh-io)
41 (require 'esh-cmd)) 41 (require 'esh-cmd))
42(require 'esh-arg)
42(require 'esh-opt) 43(require 'esh-opt)
44(require 'esh-proc)
43 45
44(defgroup eshell-ext nil 46(defgroup eshell-ext nil
45 "External commands are invoked when operating system executables are 47 "External commands are invoked when operating system executables are