comparison lisp/eshell/esh-ext.el @ 48579:10b09165e86f

Require esh-util.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Nov 2002 09:44:04 +0000
parents acd6b7b35363
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
48578:bd778a4f4ece 48579:10b09165e86f
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23 23
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
30 loaded into memory, thus beginning a new process." 31 loaded into memory, thus beginning a new process."
31 :tag "External commands" 32 :tag "External commands"