summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/format-spec.el2
1 files changed, 2 insertions, 0 deletions
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\",