; 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user