summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-hist.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-04-27 13:54:39 +0000
committerEli Zaretskii <eliz@gnu.org>2004-04-27 13:54:39 +0000
commit8a1b44469567d4ce8ec4a89817e993cc7a700b3e (patch)
tree8daed7dae67ab29aba8760f3ea10f572c04abfaf /lisp/eshell/em-hist.el
parent819da85b3b5a034c2bfb6cdcf682dff417b32c4d (diff)
downloademacs-8a1b44469567d4ce8ec4a89817e993cc7a700b3e.tar.gz
emacs-8a1b44469567d4ce8ec4a89817e993cc7a700b3e.tar.bz2
emacs-8a1b44469567d4ce8ec4a89817e993cc7a700b3e.zip
Add "(require 'eshell)", to get necessary features
when M-x customize-group loads modules before the main eshell.el.
Diffstat (limited to 'lisp/eshell/em-hist.el')
-rw-r--r--lisp/eshell/em-hist.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index b38c7a519ec..f4bfea798e0 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -24,6 +24,7 @@
(provide 'em-hist)
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
(defgroup eshell-hist nil
"This module provides command history management."