From: Gerd Moellmann Date: Sat, 5 Aug 2000 20:08:49 +0000 (+0000) Subject: (require): Require `cl' during compilation, only. X-Git-Tag: emacs-pretest-21.0.90~2477 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3db3a13fe3364f99ca5a001ac7ecbb6b68879528;p=emacs.git (require): Require `cl' during compilation, only. --- diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 282c01041bd..455d7028e8e 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -14,7 +14,7 @@ ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu ;; Keywords: CVS, version control, release management ;; Version: $Name: $ -;; Revision: $Id: pcvs.el,v 1.4 2000/06/12 04:48:35 monnier Exp $ +;; Revision: $Id: pcvs.el,v 1.1 2000/08/05 19:28:18 gerd Exp gerd $ ;; This file is part of GNU Emacs. @@ -109,7 +109,7 @@ ;;; Code: -(require 'cl) +(eval-when-compile (require 'cl)) (require 'ewoc) ;Ewoc was once cookie (require 'pcvs-defs) (require 'pcvs-util)