From: Richard M. Stallman Date: Tue, 22 Apr 1997 17:00:52 +0000 (+0000) Subject: Use cl only at compile time. X-Git-Tag: emacs-20.1~2409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caa5786be506fc31c5e67bd621e6673da8c15ef8;p=emacs.git Use cl only at compile time. --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index fe85d3c0286..62b0274676d 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -32,7 +32,7 @@ (require 'widget) -(eval-and-compile +(eval-when-compile (require 'cl)) ;;; Compatibility.