aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2019-03-21 21:50:12 +0000
committerBasil L. Contovounesios2019-03-21 21:50:12 +0000
commit57a60db2b88dfa5dea41a3a05b736cd7cd17a953 (patch)
treecfab41e985558263a698a79da8d7aa2089ece5f5
parent07cf97979057a04c853c580e528258a4ad3e52e0 (diff)
downloademacs-57a60db2b88dfa5dea41a3a05b736cd7cd17a953.tar.gz
emacs-57a60db2b88dfa5dea41a3a05b736cd7cd17a953.zip
; Eval overlooked lambda in recent Eshell changes
* lisp/eshell/em-dirs.el (eshell-dirs-initialize): Reveal lambda overlooked in 2019-03-20T12:51:31-04:00!monnier@iro.umontreal.ca.
-rw-r--r--lisp/eshell/em-dirs.el2
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