aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-29 09:44:04 +0000
committerRichard M. Stallman <[email protected]>2002-11-29 09:44:04 +0000
commitd3f92b4b609a3f15e69e0682d7eb58b2d48f25a3 (patch)
treed4a7df947f2e8c7e10f0a23798544c7ff32d72b0 /lisp/eshell
parent05c40424839edbbd45dd1a4cdc84f68acd14cfd0 (diff)
Require esh-util.
Diffstat (limited to 'lisp/eshell')
-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 ac93223bd5..4851804d38 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 6900038f1d..9ebb0962f4 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