]> git.eshelyaron.com Git - emacs.git/commitdiff
Require esh-util.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Nov 2002 09:44:04 +0000 (09:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Nov 2002 09:44:04 +0000 (09:44 +0000)
lisp/eshell/em-cmpl.el
lisp/eshell/esh-ext.el

index ac93223bd572ab546829bcbcfec6dd82f2f35269..4851804d3875a5659e44bd9bd1414f7b759549cc 100644 (file)
@@ -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
index 6900038f1d5d1a14b173234699e6ba28b2f79cf3..9ebb0962f49b67a0e9fe5b21581f93aa83747e79 100644 (file)
@@ -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