changeset 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 c4c66ff76dae
children 4adc04269caa
files lisp/eshell/em-alias.el lisp/eshell/em-dirs.el lisp/eshell/em-hist.el lisp/eshell/em-unix.el
diffstat 4 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <johnw@gnu.org>
 
@@ -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."
--- 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 <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
--- 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."
--- 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 <johnw@gnu.org>
 
@@ -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