]> git.eshelyaron.com Git - emacs.git/commit
Make sure core Eshell modules are loaded
authorJim Porter <jporterbugs@gmail.com>
Sat, 11 Feb 2023 20:37:32 +0000 (12:37 -0800)
committerJim Porter <jporterbugs@gmail.com>
Sat, 11 Feb 2023 20:43:54 +0000 (12:43 -0800)
commit14c97db7366435b1edbf2854f485058a9d7c6071
tree0c3dfbea196bcb912f31985f4962cc831370c65e
parent838415525bd4e77a79e18af8e4f01ed004196c71
Make sure core Eshell modules are loaded

Previously, if you removed all (or most) extension modules from
Eshell, it failed to load esh-var.el, meaning that you couldn't use
variable expansions.  To avoid this issue, we now explicitly load the
core modules in esh-mode.el.

* lisp/eshell/esh-mode.el: Explicitly require core Eshell modules.
lisp/eshell/esh-mode.el