changeset 29898:8f071fd1161d

Require CL when compiling.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 Jun 2000 15:15:55 +0000
parents cd1bb44e646d
children 19caebb8eb1f
files lisp/eshell/esh-module.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-module.el	Fri Jun 23 14:37:24 2000 +0000
+++ b/lisp/eshell/esh-module.el	Fri Jun 23 15:15:55 2000 +0000
@@ -2,6 +2,10 @@
 
 ;; Copyright (C) 1999, 2000 Free Sofware Foundation
 
+;; Author: John Wiegley <johnw@gnu.org>
+;; Keywords: processes
+;; X-URL: http://www.emacs.org/~johnw/eshell.html
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -21,7 +25,7 @@
 
 (provide 'esh-module)
 
-(eval-when-compile (require 'esh-maint))
+(eval-when-compile (require 'esh-maint) (require 'cl))
 
 (defgroup eshell-module nil
   "The `eshell-module' group is for Eshell extension modules, which