;;; em-alias.el --- creation and management of command aliases
-;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2004 Free Software Foundation
;; Author: John Wiegley <johnw@gnu.org>
(provide 'em-alias)
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
(defgroup eshell-alias nil
"Command aliases allow for easy definition of alternate commands."
;;; 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>
(provide 'em-dirs)
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
(defgroup eshell-dirs nil
"Directory navigation involves changing directories, examining the
(provide 'em-hist)
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
(defgroup eshell-hist nil
"This module provides command history management."
;;; em-unix.el --- UNIX command aliases
-;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
+;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation
;; Author: John Wiegley <johnw@gnu.org>
(provide 'em-unix)
(eval-when-compile (require 'esh-maint))
+(require 'eshell)
(defgroup eshell-unix nil
"This module defines many of the more common UNIX utilities as