Mercurial > emacs
changeset 86891:8e8fed96cf27
(top-level): Don't require cl when compiling.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 01 Dec 2007 03:24:02 +0000 |
parents | 1a8f68353dd2 |
children | bb60c896c5d2 |
files | lisp/gnus/format-spec.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/format-spec.el Sat Dec 01 02:47:55 2007 +0000 +++ b/lisp/gnus/format-spec.el Sat Dec 01 03:24:02 2007 +0000 @@ -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\",