diff options
| author | Glenn Morris | 2007-12-01 03:24:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-01 03:24:39 +0000 |
| commit | adf8caef4865c57702ea9f8a0adbcfd9c75b554c (patch) | |
| tree | 786df72c942cae4f0dc337cb1b01393e891f1f1a | |
| parent | a6c7cd161382c022ff9e11752c4fb6cba5f7cc5e (diff) | |
| download | emacs-adf8caef4865c57702ea9f8a0adbcfd9c75b554c.tar.gz emacs-adf8caef4865c57702ea9f8a0adbcfd9c75b554c.zip | |
Revert previous change.
| -rw-r--r-- | lisp/gnus/format-spec.el | 2 |
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 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (eval-when-compile (require 'cl)) | ||
| 31 | |||
| 30 | (defun format-spec (format specification) | 32 | (defun format-spec (format specification) |
| 31 | "Return a string based on FORMAT and SPECIFICATION. | 33 | "Return a string based on FORMAT and SPECIFICATION. |
| 32 | FORMAT is a string containing `format'-like specs like \"bash %u %k\", | 34 | FORMAT is a string containing `format'-like specs like \"bash %u %k\", |