]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/format-spec.el
Move here from gnus/.
[gnu-emacs] / lisp / gnus / format-spec.el
index c8664f22e76eb6c6dba59ce9509e89eb87cf9c82..951f9aecb81601c64e0956fc29cbce6e595eb156 100644 (file)
@@ -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\",