# HG changeset patch # User Glenn Morris # Date 1196838240 0 # Node ID dbc3d5372728f9e3a32095f3e48535ceba259d14 # Parent 05b2a39085078a9c9fa2bc901254a28897100641 Require individual files if needed when compiling, rather than esh-maint. Collect any require statements. Leave provide at start. Move any commentary to start. diff -r 05b2a3908507 -r dbc3d5372728 lisp/eshell/esh-arg.el --- a/lisp/eshell/esh-arg.el Wed Dec 05 07:03:18 2007 +0000 +++ b/lisp/eshell/esh-arg.el Wed Dec 05 07:04:00 2007 +0000 @@ -22,9 +22,15 @@ ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. +;;; Commentary: + +;; Parsing of arguments can be extended by adding functions to the +;; hook `eshell-parse-argument-hook'. For a good example of this, see +;; `eshell-parse-drive-letter', defined in eshell-dirs.el. + (provide 'esh-arg) -(eval-when-compile (require 'esh-maint)) +(eval-when-compile (require 'eshell)) (defgroup eshell-arg nil "Argument parsing involves transforming the arguments passed on the @@ -33,12 +39,6 @@ :tag "Argument parsing" :group 'eshell) -;;; Commentary: - -;; Parsing of arguments can be extended by adding functions to the -;; hook `eshell-parse-argument-hook'. For a good example of this, see -;; `eshell-parse-drive-letter', defined in eshell-dirs.el. - (defcustom eshell-parse-argument-hook (list ;; a term such as #, or # is a buffer