]> git.eshelyaron.com Git - emacs.git/commitdiff
Require CL when compiling.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Jun 2000 15:15:55 +0000 (15:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 23 Jun 2000 15:15:55 +0000 (15:15 +0000)
lisp/eshell/esh-module.el

index 7de8aecbd7348638f0f39add71b229f7ac956dbc..ec1345f95613cbd1cb7b800f30872cd9b1169e4a 100644 (file)
@@ -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