summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-05-21 03:50:42 +0000
committerGlenn Morris <rgm@gnu.org>2008-05-21 03:50:42 +0000
commitb5583b154b7ad88086090ddcf96a763b28107015 (patch)
tree15d6e940601fa80cf6d5a9ed3ecd33f721eb8f84 /lisp/eshell
parent5bbed4274dcfad1c90330670790e40863832a0cf (diff)
downloademacs-b5583b154b7ad88086090ddcf96a763b28107015.tar.gz
emacs-b5583b154b7ad88086090ddcf96a763b28107015.tar.bz2
emacs-b5583b154b7ad88086090ddcf96a763b28107015.zip
(eshell-defgroup): New alias.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/eshell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index ef9aaaef911..43363aaa5fe 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -239,6 +239,9 @@ the tasks accomplished by such tools."
:version "21.1"
:group 'applications)
+;; This is hack to force make-autoload to put the whole definition
+;; into the autoload file (see esh-module.el).
+(defalias 'eshell-defgroup 'defgroup)
;;;_* User Options
;;