From: Glenn Morris Date: Wed, 21 May 2008 03:50:42 +0000 (+0000) Subject: (eshell-defgroup): New alias. X-Git-Tag: emacs-pretest-23.0.90~5398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5583b154b7ad88086090ddcf96a763b28107015;p=emacs.git (eshell-defgroup): New alias. --- 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 ;;