]> git.eshelyaron.com Git - emacs.git/commit
Fix infinite recursion in eshell/clear (Bug#31326)
authorJonathan Kyle Mitchell <kyle@jonathanmitchell.org>
Thu, 3 May 2018 04:09:55 +0000 (23:09 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 11 Jul 2018 01:22:52 +0000 (21:22 -0400)
commit39489f782e436a490d1bec32d7ed9b7bcdacda24
tree1ef079667978a751b2e2c909f003cf30e5b68e01
parentc249e17324ddbb1ad34b510be3ad6ebd3248ba0c
Fix infinite recursion in eshell/clear (Bug#31326)

* lisp/eshell/esh-mode.el (eshell/clear): Bind
eshell-input-filter-functions to nil to prevent entries like
eshell-smart-display-setup from causing infinite recursion.
lisp/eshell/esh-mode.el