changeset 48579:10b09165e86f

Require esh-util.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Nov 2002 09:44:04 +0000
parents bd778a4f4ece
children 02ae07f0375b
files lisp/eshell/em-cmpl.el lisp/eshell/esh-ext.el
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-cmpl.el	Fri Nov 29 09:43:35 2002 +0000
+++ b/lisp/eshell/em-cmpl.el	Fri Nov 29 09:44:04 2002 +0000
@@ -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
--- a/lisp/eshell/esh-ext.el	Fri Nov 29 09:43:35 2002 +0000
+++ b/lisp/eshell/esh-ext.el	Fri Nov 29 09:44:04 2002 +0000
@@ -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