]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-module.el
Fix previous rmail-output-read-file-name change
[gnu-emacs] / lisp / eshell / esh-module.el
index 8875395e1d1d8732e091457ab19ca3cd9df8ba0e..2e3c6b8b7b5b27f3a07faffaf854d9333b5dacf9 100644 (file)
@@ -36,7 +36,9 @@ customizing the variable `eshell-modules-list'."
 
 ;; load the defgroup's for the standard extension modules, so that
 ;; documentation can be provided when the user customize's
-;; `eshell-modules-list'.
+;; `eshell-modules-list'.  We use "(progn (defgroup ..." in each file
+;; to force the autoloader into including the entire defgroup, rather
+;; than an abbreviated version.
 (load "esh-groups" nil 'nomessage)
 
 ;;; User Variables: