# HG changeset patch # User Glenn Morris # Date 1211341842 0 # Node ID f45f20b8625d3a7454b43b87a4c9ad76f0166bff # Parent 7986c1ee02923ea3abcea2a98a64e5098c5d805d (eshell-defgroup): New alias. diff -r 7986c1ee0292 -r f45f20b8625d lisp/eshell/eshell.el --- 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 ;;