X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6a43ef8e8508df7d732e639ec75f657f4363e27a..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/eshell/esh-module.el diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index 8875395e1d..2e3c6b8b7b 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -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: