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.") | |||
| 175 | (setq eshell-variable-aliases-list | 175 | (setq eshell-variable-aliases-list |
| 176 | (append | 176 | (append |
| 177 | eshell-variable-aliases-list | 177 | eshell-variable-aliases-list |
| 178 | `(("-" (lambda (indices) | 178 | `(("-" ,(lambda (indices) |
| 179 | (if (not indices) | 179 | (if (not indices) |
| 180 | (unless (ring-empty-p eshell-last-dir-ring) | 180 | (unless (ring-empty-p eshell-last-dir-ring) |
| 181 | (expand-file-name | 181 | (expand-file-name |