Mercurial > emacs
changeset 95151:f45f20b8625d
(eshell-defgroup): New alias.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 21 May 2008 03:50:42 +0000 |
parents | 7986c1ee0292 |
children | ad5d26b1d5d1 |
files | lisp/eshell/eshell.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/eshell.el Wed May 21 03:50:25 2008 +0000 +++ b/lisp/eshell/eshell.el Wed May 21 03:50:42 2008 +0000 @@ -239,6 +239,9 @@ :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 ;;