Replace eshell-defgroup with plain defgroup
authorGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:08:06 +0000 (00:08 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 Jun 2012 07:08:06 +0000 (00:08 -0700)
commit35ff222c16e3c0a6a0dfd95426f9453ac182a5ed
tree2a869e0e2cf24836296fe1b632cc52eaf9b758ab
parent7983050d181d2fd4020db5f3736ed94d104aea5d
Replace eshell-defgroup with plain defgroup

Borrowing a trick from vc-sccs.el, wrap the defgroup in a progn
so that the whole thing ends up in the generated autoload file,
esh-groups.el.

* em-alias.el, em-banner.el, em-basic.el, em-cmpl.el, em-dirs.el:
* em-glob.el, em-hist.el, em-ls.el, em-pred.el, em-prompt.el:
* em-rebind.el, em-script.el, em-smart.el, em-term.el, em-unix.el:
* em-xtra.el: Replace eshell-defgroup with (progn (defgroup.
* eshell.el (eshell-defgroup): Remove alias.
19 files changed:
lisp/ChangeLog
lisp/eshell/em-alias.el
lisp/eshell/em-banner.el
lisp/eshell/em-basic.el
lisp/eshell/em-cmpl.el
lisp/eshell/em-dirs.el
lisp/eshell/em-glob.el
lisp/eshell/em-hist.el
lisp/eshell/em-ls.el
lisp/eshell/em-pred.el
lisp/eshell/em-prompt.el
lisp/eshell/em-rebind.el
lisp/eshell/em-script.el
lisp/eshell/em-smart.el
lisp/eshell/em-term.el
lisp/eshell/em-unix.el
lisp/eshell/em-xtra.el
lisp/eshell/esh-module.el
lisp/eshell/eshell.el