comparison lisp/eshell/em-dirs.el @ 55195:f243dc772a99

Add "(require 'eshell)", to get necessary features when M-x customize-group loads modules before the main eshell.el.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 27 Apr 2004 13:54:39 +0000
parents 695cf19ef79e
children b89e30bcd2bb 4c90ffeb71c5
comparison
equal deleted inserted replaced
55194:c4c66ff76dae 55195:f243dc772a99
1 ;;; em-dirs.el --- directory navigation commands 1 ;;; em-dirs.el --- directory navigation commands
2 2
3 ;; Copyright (C) 1999, 2000 Free Software Foundation 3 ;; Copyright (C) 1999, 2000, 2004 Free Software Foundation
4 4
5 ;; Author: John Wiegley <johnw@gnu.org> 5 ;; Author: John Wiegley <johnw@gnu.org>
6 6
7 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
8 8
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23 23
24 (provide 'em-dirs) 24 (provide 'em-dirs)
25 25
26 (eval-when-compile (require 'esh-maint)) 26 (eval-when-compile (require 'esh-maint))
27 (require 'eshell)
27 28
28 (defgroup eshell-dirs nil 29 (defgroup eshell-dirs nil
29 "Directory navigation involves changing directories, examining the 30 "Directory navigation involves changing directories, examining the
30 current directory, maintaining a directory stack, and also keeping 31 current directory, maintaining a directory stack, and also keeping
31 track of a history of the last directory locations the user was in. 32 track of a history of the last directory locations the user was in.