From: Richard M. Stallman Date: Fri, 29 Nov 2002 09:43:35 +0000 (+0000) Subject: Require eshell. X-Git-Tag: ttn-vms-21-2-B4~12239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05c40424839edbbd45dd1a4cdc84f68acd14cfd0;p=emacs.git Require eshell. --- diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index af7250b553c..ebb33f7ed48 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el @@ -25,6 +25,8 @@ (eval-when-compile (require 'esh-maint)) +(require 'eshell) + (defgroup eshell-script nil "This module allows for the execution of files containing Eshell commands, as a script file."