]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-defgroup): New alias.
authorGlenn Morris <rgm@gnu.org>
Wed, 21 May 2008 03:50:42 +0000 (03:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 21 May 2008 03:50:42 +0000 (03:50 +0000)
lisp/eshell/eshell.el

index ef9aaaef9119bda070c8ea8c4467dfed74763bc9..43363aaa5fea39e776fe8f590ed9ae0c9fa6f28e 100644 (file)
@@ -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
 ;;