]> git.eshelyaron.com Git - emacs.git/commit
; Fix an edge case in how 'eshell-do-eval' handles 'let' bodies
authorJim Porter <jporterbugs@gmail.com>
Tue, 21 Mar 2023 00:24:28 +0000 (17:24 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 28 Mar 2023 18:43:27 +0000 (11:43 -0700)
commit5b005f26a831881b0509f05d3b28dafbbe5bad41
tree7b1af283cd1cf1833a0c26e0fc9352919c29db67
parent28a9438169f379cea6d79fb480a85fc56ad666f4
; Fix an edge case in how 'eshell-do-eval' handles 'let' bodies

* lisp/eshell/esh-cmd.el (ehell-do-eval): Use 'car-safe'; the object
in question might not be a cons cell.
lisp/eshell/esh-cmd.el