]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Don't require cl when compiling.
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:24:02 +0000 (03:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:24:02 +0000 (03:24 +0000)
lisp/gnus/format-spec.el

index 951f9aecb81601c64e0956fc29cbce6e595eb156..c8664f22e76eb6c6dba59ce9509e89eb87cf9c82 100644 (file)
@@ -27,8 +27,6 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl))
-
 (defun format-spec (format specification)
   "Return a string based on FORMAT and SPECIFICATION.
 FORMAT is a string containing `format'-like specs like \"bash %u %k\",