]> git.eshelyaron.com Git - emacs.git/commit
; Fix an Eshell error when calling a lambda with form logging enabled
authorJim Porter <jporterbugs@gmail.com>
Wed, 13 Sep 2023 19:46:58 +0000 (12:46 -0700)
committerJim Porter <jporterbugs@gmail.com>
Wed, 13 Sep 2023 19:48:52 +0000 (12:48 -0700)
commit922d76e85615b39a9262d0f2c629dfd7e67b9e52
tree6630db28bfdaf712acc8909a2009deaef90f8566
parent4b44178e722a98b6844b045271e4b04e76469607
; Fix an Eshell error when calling a lambda with form logging enabled

* lisp/eshell/esh-cmd.el (eshell-do-eval): Don't call 'symbol-name';
the function might be a closure.
lisp/eshell/esh-cmd.el