diff options
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. |