diff options
| author | Richard M. Stallman | 2002-11-29 09:43:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-29 09:43:35 +0000 |
| commit | 05c40424839edbbd45dd1a4cdc84f68acd14cfd0 (patch) | |
| tree | e546310bb35a6a892e38b1564782833a70a2f7fe /lisp/eshell | |
| parent | 44f75c4ff172e75a908e04690421524216e85157 (diff) | |
| download | emacs-05c40424839edbbd45dd1a4cdc84f68acd14cfd0.tar.gz emacs-05c40424839edbbd45dd1a4cdc84f68acd14cfd0.zip | |
Require eshell.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-script.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 25 | 25 | ||
| 26 | (eval-when-compile (require 'esh-maint)) | 26 | (eval-when-compile (require 'esh-maint)) |
| 27 | 27 | ||
| 28 | (require 'eshell) | ||
| 29 | |||
| 28 | (defgroup eshell-script nil | 30 | (defgroup eshell-script nil |
| 29 | "This module allows for the execution of files containing Eshell | 31 | "This module allows for the execution of files containing Eshell |
| 30 | commands, as a script file." | 32 | commands, as a script file." |