changeset 17536:8af9d46a055e

Use cl only at compile time.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Apr 1997 17:00:52 +0000
parents 4d7f2035303a
children 353927a72c58
files lisp/wid-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/wid-edit.el	Tue Apr 22 16:59:47 1997 +0000
+++ b/lisp/wid-edit.el	Tue Apr 22 17:00:52 1997 +0000
@@ -32,7 +32,7 @@
 
 (require 'widget)
 
-(eval-and-compile
+(eval-when-compile
   (require 'cl))
 
 ;;; Compatibility.