aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorDave Love2000-09-28 14:17:33 +0000
committerDave Love2000-09-28 14:17:33 +0000
commitb44ea00e337d3e825c0c0edce0be4c8c37528134 (patch)
tree4ae1fa5bcb48bc945ee7ec63d2a4e244f0320409 /lisp/eshell
parent31be92510e362685373a4568cd4c797f655beb56 (diff)
downloademacs-b44ea00e337d3e825c0c0edce0be4c8c37528134.tar.gz
emacs-b44ea00e337d3e825c0c0edce0be4c8c37528134.zip
(eshell) <defgroup>: Add :version.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/eshell.el1
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
35the tasks accomplished by such tools." 35the tasks accomplished by such tools."
36 :tag "The Emacs shell" 36 :tag "The Emacs shell"
37 :link '(info-link "(eshell)The Emacs shell") 37 :link '(info-link "(eshell)The Emacs shell")
38 :version "21.1"
38 :group 'applications) 39 :group 'applications)
39 40
40;;; Commentary: 41;;; Commentary: