From: Stefan Monnier Date: Fri, 23 Jun 2000 15:15:55 +0000 (+0000) Subject: Require CL when compiling. X-Git-Tag: emacs-pretest-21.0.90~3105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04f9dc47975a470b9708f0dccb84e77c74afbafa;p=emacs.git Require CL when compiling. --- diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index 7de8aecbd73..ec1345f9561 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -2,6 +2,10 @@ ;; Copyright (C) 1999, 2000 Free Sofware Foundation +;; Author: John Wiegley +;; 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