]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-script.el
(nnmail-extra-headers): Add defvar.
[gnu-emacs] / lisp / eshell / em-script.el
index af7250b553c627e6da7d7de944f002ab4a490b3d..d67c5e063c9b3971d0212994c057865a438a6d54 100644 (file)
@@ -1,6 +1,7 @@
 ;;; em-script.el --- Eshell script files
 
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
+;;   2005 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 (provide 'em-script)
 
 (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."
@@ -136,4 +139,5 @@ environment, binding ARGS to $1, $2, etc.")
 
 ;;; Code:
 
+;;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647
 ;;; em-script.el ends here