1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

Require eshell.

This commit is contained in:
Richard M. Stallman 2002-11-29 09:43:35 +00:00
parent 44f75c4ff1
commit 05c4042483

View File

@ -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."