From a6c7cd161382c022ff9e11752c4fb6cba5f7cc5e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 1 Dec 2007 03:24:02 +0000 Subject: [PATCH] (top-level): Don't require cl when compiling. --- lisp/gnus/format-spec.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/gnus/format-spec.el b/lisp/gnus/format-spec.el index 951f9aecb81..c8664f22e76 100644 --- a/lisp/gnus/format-spec.el +++ b/lisp/gnus/format-spec.el @@ -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\", -- 2.39.2