]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-script.el
Add `enable-dir-local-variables'
[gnu-emacs] / lisp / eshell / em-script.el
index d76e19cdd07127cf8dcaad2cb14137488ccf39e5..711b2e214688121dd066602cf91d1adf5a64546b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; em-script.el --- Eshell script files
 
-;; Copyright (C) 1999-201 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
 ;;; Code:
 
 (require 'eshell)
+(require 'esh-opt)
 
 ;;;###autoload
-(eshell-defgroup eshell-script nil
+(progn
+(defgroup eshell-script nil
   "This module allows for the execution of files containing Eshell
 commands, as a script file."
   :tag "Running script files."
-  :group 'eshell-module)
+  :group 'eshell-module))
 
 ;;; User Variables: