]> git.eshelyaron.com Git - emacs.git/commit
; Remove unused Eshell target type
authorJim Porter <jporterbugs@gmail.com>
Sat, 11 Mar 2023 23:37:38 +0000 (15:37 -0800)
committerJim Porter <jporterbugs@gmail.com>
Mon, 21 Aug 2023 18:43:24 +0000 (11:43 -0700)
commit1375cea157bd3f3d5eed93fa86dc591615774794
treef4491879cb16f92dccb2009658b609dfad3d357d
parentcf52cdb121b9419f169c501e7d8499aa418a0d5c
; Remove unused Eshell target type

Eshell creates all output targets in 'eshell-get-target', and that
function never returns a cons cell.

* lisp/eshell/esh-io.el (eshell-close-target)
(eshell-output-object-to-target): Remove 'consp' condition.
lisp/eshell/esh-io.el