diff options
| author | Glenn Morris | 2007-12-01 03:24:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-01 03:24:02 +0000 |
| commit | a6c7cd161382c022ff9e11752c4fb6cba5f7cc5e (patch) | |
| tree | ba2f461d66f3b6476b2164fbf0961c7c2b9d81b0 | |
| parent | 6cfc62bb31b41553abf33ba55e179c1ba59ca80a (diff) | |
| download | emacs-a6c7cd161382c022ff9e11752c4fb6cba5f7cc5e.tar.gz emacs-a6c7cd161382c022ff9e11752c4fb6cba5f7cc5e.zip | |
(top-level): Don't require cl when compiling.
| -rw-r--r-- | lisp/gnus/format-spec.el | 2 |
1 files changed, 0 insertions, 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 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (eval-when-compile (require 'cl)) | ||
| 31 | |||
| 32 | (defun format-spec (format specification) | 30 | (defun format-spec (format specification) |
| 33 | "Return a string based on FORMAT and SPECIFICATION. | 31 | "Return a string based on FORMAT and SPECIFICATION. |
| 34 | FORMAT is a string containing `format'-like specs like \"bash %u %k\", | 32 | FORMAT is a string containing `format'-like specs like \"bash %u %k\", |