From 57a60db2b88dfa5dea41a3a05b736cd7cd17a953 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 21 Mar 2019 21:50:12 +0000 Subject: [PATCH] ; 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. --- lisp/eshell/em-dirs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5