# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 872361053 0 # Node ID e8c4bdc27fc2cf8e0f3f60cf6bea7a4137202c44 # Parent 25a37a54148f7fa519399b5c26c430ae8f402c38 Require cl only at compile time. diff -r 25a37a54148f -r e8c4bdc27fc2 lisp/gnus/parse-time.el --- a/lisp/gnus/parse-time.el Sat Aug 23 17:04:52 1997 +0000 +++ b/lisp/gnus/parse-time.el Sat Aug 23 18:30:53 1997 +0000 @@ -36,7 +36,7 @@ ;;; Code: -(require 'cl) ;and ah ain't kiddin' 'bout it +(eval-when-compile (require 'cl)) ;and ah ain't kiddin' 'bout it (put 'parse-time-syntax 'char-table-extra-slots 0)