diff options
author | Dave Love <fx@gnu.org> | 2000-09-28 14:17:33 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-28 14:17:33 +0000 |
commit | b44ea00e337d3e825c0c0edce0be4c8c37528134 (patch) | |
tree | 4ae1fa5bcb48bc945ee7ec63d2a4e244f0320409 /lisp/eshell/eshell.el | |
parent | 31be92510e362685373a4568cd4c797f655beb56 (diff) | |
download | emacs-b44ea00e337d3e825c0c0edce0be4c8c37528134.tar.gz |
(eshell) <defgroup>: Add :version.
Diffstat (limited to 'lisp/eshell/eshell.el')
-rw-r--r-- | lisp/eshell/eshell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 2f24b1103e6..54c588725eb 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -35,6 +35,7 @@ bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of the tasks accomplished by such tools." :tag "The Emacs shell" :link '(info-link "(eshell)The Emacs shell") + :version "21.1" :group 'applications) ;;; Commentary: |