diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-21 03:50:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-21 03:50:42 +0000 |
commit | b5583b154b7ad88086090ddcf96a763b28107015 (patch) | |
tree | 15d6e940601fa80cf6d5a9ed3ecd33f721eb8f84 | |
parent | 5bbed4274dcfad1c90330670790e40863832a0cf (diff) | |
download | emacs-b5583b154b7ad88086090ddcf96a763b28107015.tar.gz |
(eshell-defgroup): New alias.
-rw-r--r-- | lisp/eshell/eshell.el | 3 |
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 ;; |