diff options
| -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 | |||
| 35 | the tasks accomplished by such tools." | 35 | the 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: |