]> git.eshelyaron.com Git - emacs.git/commit
Ensure 'eshell-output-object' always returns nil for consistency
authorJim Porter <jporterbugs@gmail.com>
Thu, 20 Jan 2022 05:57:38 +0000 (21:57 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2022 17:39:40 +0000 (18:39 +0100)
commit76429f4d1792b890c6fc69a5bd7a5cdef28d257a
tree9461a2617ac14c0310834475b45bd0d1cd58da19
parent76b91671a1403761d2bad999c69d24952898c04e
Ensure 'eshell-output-object' always returns nil for consistency

This prevents functions like 'eshell-print' from writing doubled
output when run in Eshell.  Previously, the result would be:

  ~ $ eshell-print hi
  hihi

* lisp/eshell/esh-io.el (eshell-output-object): Always return nil.
lisp/eshell/esh-io.el