diff options
Diffstat (limited to 'test/lisp/eshell/eshell-tests.el')
-rw-r--r-- | test/lisp/eshell/eshell-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el index ce8d728833d..16a04647723 100644 --- a/test/lisp/eshell/eshell-tests.el +++ b/test/lisp/eshell/eshell-tests.el @@ -26,6 +26,7 @@ ;;; Code: (require 'ert) +(require 'esh-mode) (require 'eshell) (defmacro with-temp-eshell (&rest body) |