From: Richard M. Stallman Date: Fri, 29 Nov 2002 09:44:04 +0000 (+0000) Subject: Require esh-util. X-Git-Tag: ttn-vms-21-2-B4~12238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3f92b4b609a3f15e69e0682d7eb58b2d48f25a3;p=emacs.git Require esh-util. --- 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