diff options
Diffstat (limited to 'lisp/eshell/esh-opt.el')
-rw-r--r-- | lisp/eshell/esh-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 6a37f97bf20..33625433022 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el @@ -25,7 +25,7 @@ (provide 'esh-opt) -(eval-when-compile (require 'esh-ext)) +(require 'esh-ext) ;; Unused. ;;; (defgroup eshell-opt nil |