emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 57a60db: ; Eval overlooked lambda in recent Eshell


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master 57a60db: ; Eval overlooked lambda in recent Eshell changes
Date: Thu, 21 Mar 2019 17:57:25 -0400 (EDT)

branch: master
commit 57a60db2b88dfa5dea41a3a05b736cd7cd17a953
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ; 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:address@hidden
---
 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 7a22867..937bc98 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]