]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/eshell.el
Replace eshell-defgroup with plain defgroup
[gnu-emacs] / lisp / eshell / eshell.el
index f8c9788b24d977f2567576736a2034f4b708d24d..0a200deee468ce8d8e55ae8486f7f184d05f7731 100644 (file)
@@ -236,10 +236,6 @@ shells such as bash, zsh, rc, 4dos."
   :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
 ;;
 ;; The following user options modify the behavior of Eshell overall.