aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-29 09:44:04 +0000
committerRichard M. Stallman2002-11-29 09:44:04 +0000
commitd3f92b4b609a3f15e69e0682d7eb58b2d48f25a3 (patch)
treed4a7df947f2e8c7e10f0a23798544c7ff32d72b0
parent05c40424839edbbd45dd1a4cdc84f68acd14cfd0 (diff)
downloademacs-d3f92b4b609a3f15e69e0682d7eb58b2d48f25a3.tar.gz
emacs-d3f92b4b609a3f15e69e0682d7eb58b2d48f25a3.zip
Require esh-util.
-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 @@
24(provide 'em-cmpl) 24(provide 'em-cmpl)
25 25
26(eval-when-compile (require 'esh-maint)) 26(eval-when-compile (require 'esh-maint))
27(require 'esh-util)
27 28
28(defgroup eshell-cmpl nil 29(defgroup eshell-cmpl nil
29 "This module provides a programmable completion function bound to 30 "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 @@
24(provide 'esh-ext) 24(provide 'esh-ext)
25 25
26(eval-when-compile (require 'esh-maint)) 26(eval-when-compile (require 'esh-maint))
27(require 'esh-util)
27 28
28(defgroup eshell-ext nil 29(defgroup eshell-ext nil
29 "External commands are invoked when operating system executables are 30 "External commands are invoked when operating system executables are