From adf8caef4865c57702ea9f8a0adbcfd9c75b554c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 1 Dec 2007 03:24:39 +0000 Subject: [PATCH] Revert previous change. --- lisp/gnus/format-spec.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/gnus/format-spec.el b/lisp/gnus/format-spec.el index c8664f22e76..951f9aecb81 100644 --- a/lisp/gnus/format-spec.el +++ b/lisp/gnus/format-spec.el @@ -27,6 +27,8 @@ ;;; 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