summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/em-cmpl.el1
-rw-r--r--lisp/eshell/esh-ext.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index ac93223bd57..4851804d387 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -24,6 +24,7 @@
(provide 'em-cmpl)
(eval-when-compile (require 'esh-maint))
+(require 'esh-util)
(defgroup eshell-cmpl nil
"This module provides a programmable completion function bound to
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 6900038f1d5..9ebb0962f49 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -24,6 +24,7 @@
(provide 'esh-ext)
(eval-when-compile (require 'esh-maint))
+(require 'esh-util)
(defgroup eshell-ext nil
"External commands are invoked when operating system executables are