aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-module.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/esh-module.el')
-rw-r--r--lisp/eshell/esh-module.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el
index 1581d05889e..2e3c6b8b7b5 100644
--- a/lisp/eshell/esh-module.el
+++ b/lisp/eshell/esh-module.el
@@ -1,6 +1,6 @@
1;;; esh-module.el --- Eshell modules 1;;; esh-module.el --- Eshell modules
2 2
3;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2000, 2002-2012 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw@gnu.org> 5;; Author: John Wiegley <johnw@gnu.org>
6;; Keywords: processes 6;; Keywords: processes
@@ -36,7 +36,9 @@ customizing the variable `eshell-modules-list'."
36 36
37;; load the defgroup's for the standard extension modules, so that 37;; load the defgroup's for the standard extension modules, so that
38;; documentation can be provided when the user customize's 38;; documentation can be provided when the user customize's
39;; `eshell-modules-list'. 39;; `eshell-modules-list'. We use "(progn (defgroup ..." in each file
40;; to force the autoloader into including the entire defgroup, rather
41;; than an abbreviated version.
40(load "esh-groups" nil 'nomessage) 42(load "esh-groups" nil 'nomessage)
41 43
42;;; User Variables: 44;;; User Variables: