diff options
-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 7a228676256..937bc981c53 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -175,7 +175,7 @@ Thus, this does not include the current directory.") (setq eshell-variable-aliases-list (append eshell-variable-aliases-list - `(("-" (lambda (indices) + `(("-" ,(lambda (indices) (if (not indices) (unless (ring-empty-p eshell-last-dir-ring) (expand-file-name |