diff lisp/eshell/em-alias.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 d41b30e64d75
children 18a818a2ee7c 4c90ffeb71c5
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."