Mercurial > emacs
diff lisp/eshell/em-script.el @ 87073:1577bd98c621
Require individual files if needed when compiling, rather than
esh-maint. Collect any require statements. Move provide statement to
end. Move any commentary to start.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 05 Dec 2007 07:02:21 +0000 |
| parents | a1e8300d3c55 |
| children | 107ccd98fa12 53108e6cea98 |
line wrap: on
line diff
--- a/lisp/eshell/em-script.el Wed Dec 05 07:02:10 2007 +0000 +++ b/lisp/eshell/em-script.el Wed Dec 05 07:02:21 2007 +0000 @@ -22,9 +22,9 @@ ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. -(provide 'em-script) +;;; Commentary: -(eval-when-compile (require 'esh-maint)) +;;; Code: (require 'eshell) @@ -34,8 +34,6 @@ :tag "Running script files." :group 'eshell-module) -;;; Commentary: - ;;; User Variables: (defcustom eshell-script-load-hook '(eshell-script-initialize) @@ -137,7 +135,7 @@ (put 'eshell/. 'eshell-no-numeric-conversions t) -;;; Code: +(provide 'em-script) ;;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647 ;;; em-script.el ends here
