]> git.eshelyaron.com Git - emacs.git/commit
Avoid recursive load of eshell
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 23 Mar 2019 14:38:14 +0000 (11:38 -0300)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Thu, 4 Apr 2019 02:47:10 +0000 (22:47 -0400)
commit5e55b1b82952a03b704c464e8086d3c41e993a46
treee92f22f81b5ebd3be9a3ea9a9050ee84b6cb0bcb
parent64925714ef6b4d7485e5aee7a8ac063c20c07bc5
Avoid recursive load of eshell

* lisp/eshell/eshell.el: Provide eshell before requiring esh-mode to
avoid a recursive load when esh-mode requires esh-module (which in
turn requires eshell).  (Bug #34954)
The double loading can be noticed by entries in 'eshell-load-hook' or
forms passed to (with-eval-after-load 'eshell ...).
lisp/eshell/eshell.el