From 79c70818bc8bdc1e715516c1f373143c3986de4b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 24 Mar 2000 20:46:12 +0000 Subject: [PATCH] Require CL at compile-time only. --- lisp/cus-dep.el | 2 +- lisp/sun-curs.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 8b689bf0430..180d6679b3e 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -24,7 +24,7 @@ ;;; Code: -(require 'cl) +(eval-when-compile (require 'cl)) (require 'widget) (require 'cus-face) (require 'autoload) diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index 10253dcb7c6..934114232cd 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el @@ -31,7 +31,7 @@ ;;; ;;; 9-dec-86 Jeff Peck, Sun Microsystems Inc. -(require 'cl) +(eval-when-compile (require 'cl)) (require 'sun-fns) (eval-and-compile -- 2.39.5