aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-script.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-29 09:43:35 +0000
committerRichard M. Stallman <[email protected]>2002-11-29 09:43:35 +0000
commit05c40424839edbbd45dd1a4cdc84f68acd14cfd0 (patch)
treee546310bb35a6a892e38b1564782833a70a2f7fe /lisp/eshell/em-script.el
parent44f75c4ff172e75a908e04690421524216e85157 (diff)
Require eshell.
Diffstat (limited to 'lisp/eshell/em-script.el')
-rw-r--r--lisp/eshell/em-script.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index af7250b553..ebb33f7ed4 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."