]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "(require 'eshell)", to get necessary features
authorEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2004 13:54:39 +0000 (13:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Apr 2004 13:54:39 +0000 (13:54 +0000)
when M-x customize-group loads modules before the main
eshell.el.

lisp/eshell/em-alias.el
lisp/eshell/em-dirs.el
lisp/eshell/em-hist.el
lisp/eshell/em-unix.el

index 0312f9d7ada960b3bd3ae2ed62697e0bae7b90bf..02af7531b3f95f18da655ec807016462573b92f4 100644 (file)
@@ -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."
index 73837c324a5f24edb0040be6aaf0198391c6dda8..7b74069454b5a9c0e8da2ae093219fc0ada7e92f 100644 (file)
@@ -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
index b38c7a519ec4589966b11d0ce0514421f8d113c1..f4bfea798e0ee0269bcf1c75ac32152220c055e1 100644 (file)
@@ -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."
index 8446eb1aa9dde96d17d6feefebc5969d7b71cf02..43d3c9c4e5eefe2853d52ab256a8d75b98566db5 100644 (file)
@@ -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