; 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.
This commit is contained in:
parent
07cf979790
commit
57a60db2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue