diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-04-27 13:54:39 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-04-27 13:54:39 +0000 |
commit | 8a1b44469567d4ce8ec4a89817e993cc7a700b3e (patch) | |
tree | 8daed7dae67ab29aba8760f3ea10f572c04abfaf /lisp/eshell/em-dirs.el | |
parent | 819da85b3b5a034c2bfb6cdcf682dff417b32c4d (diff) | |
download | emacs-8a1b44469567d4ce8ec4a89817e993cc7a700b3e.tar.gz |
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-dirs.el')
-rw-r--r-- | lisp/eshell/em-dirs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 73837c324a5..7b74069454b 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -1,6 +1,6 @@ ;;; em-dirs.el --- directory navigation commands -;; Copyright (C) 1999, 2000 Free Software Foundation +;; Copyright (C) 1999, 2000, 2004 Free Software Foundation ;; Author: John Wiegley <johnw@gnu.org> @@ -24,6 +24,7 @@ (provide 'em-dirs) (eval-when-compile (require 'esh-maint)) +(require 'eshell) (defgroup eshell-dirs nil "Directory navigation involves changing directories, examining the |