diff options
author | John Wiegley <johnw@newartisans.com> | 2002-06-28 20:01:09 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2002-06-28 20:01:09 +0000 |
commit | 560ca4be1ec9bd266ab15fb6d559b24358772a11 (patch) | |
tree | f54c6d17abbbfdc7f20dbb1ba248013ef9f3c6b0 /lisp/eshell/em-dirs.el | |
parent | feb69f490440077683b5e3725f7f58e7883212be (diff) | |
download | emacs-560ca4be1ec9bd266ab15fb6d559b24358772a11.tar.gz emacs-560ca4be1ec9bd266ab15fb6d559b24358772a11.tar.bz2 emacs-560ca4be1ec9bd266ab15fb6d559b24358772a11.zip |
Removed an extraneous space character from a comment.
Diffstat (limited to 'lisp/eshell/em-dirs.el')
-rw-r--r-- | lisp/eshell/em-dirs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 1eafe1ffd73..2838ec5e8bf 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -172,7 +172,7 @@ thing again." :type 'boolean :group 'eshell-dirs) -;;; Internal Variables: +;;; Internal Variables: (defvar eshell-dirstack nil "List of directories saved by pushd in the Eshell buffer. |