# HG changeset patch # User Eli Zaretskii # Date 1083074079 0 # Node ID f243dc772a99f736435cb103d0393a6c7d6583e8 # Parent c4c66ff76dae17cea56ceb9291657e5604446819 Add "(require 'eshell)", to get necessary features when M-x customize-group loads modules before the main eshell.el. diff -r c4c66ff76dae -r f243dc772a99 lisp/eshell/em-alias.el --- a/lisp/eshell/em-alias.el Tue Apr 27 13:30:11 2004 +0000 +++ b/lisp/eshell/em-alias.el Tue Apr 27 13:54:39 2004 +0000 @@ -1,6 +1,6 @@ ;;; 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 @@ -24,6 +24,7 @@ (provide 'em-alias) (eval-when-compile (require 'esh-maint)) +(require 'eshell) (defgroup eshell-alias nil "Command aliases allow for easy definition of alternate commands." diff -r c4c66ff76dae -r f243dc772a99 lisp/eshell/em-dirs.el --- a/lisp/eshell/em-dirs.el Tue Apr 27 13:30:11 2004 +0000 +++ b/lisp/eshell/em-dirs.el Tue Apr 27 13:54:39 2004 +0000 @@ -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 @@ -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 diff -r c4c66ff76dae -r f243dc772a99 lisp/eshell/em-hist.el --- a/lisp/eshell/em-hist.el Tue Apr 27 13:30:11 2004 +0000 +++ b/lisp/eshell/em-hist.el Tue Apr 27 13:54:39 2004 +0000 @@ -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." diff -r c4c66ff76dae -r f243dc772a99 lisp/eshell/em-unix.el --- a/lisp/eshell/em-unix.el Tue Apr 27 13:30:11 2004 +0000 +++ b/lisp/eshell/em-unix.el Tue Apr 27 13:54:39 2004 +0000 @@ -1,6 +1,6 @@ ;;; 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 @@ -24,6 +24,7 @@ (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