From d3f92b4b609a3f15e69e0682d7eb58b2d48f25a3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 29 Nov 2002 09:44:04 +0000 Subject: [PATCH] Require esh-util. --- lisp/eshell/em-cmpl.el | 1 + lisp/eshell/esh-ext.el | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2