Mercurial > emacs
comparison lisp/gnus/format-spec.el @ 86892:bb60c896c5d2
Revert previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 01 Dec 2007 03:24:39 +0000 |
parents | 8e8fed96cf27 |
children |
comparison
equal
deleted
inserted
replaced
86891:8e8fed96cf27 | 86892:bb60c896c5d2 |
---|---|
24 ;; Boston, MA 02110-1301, USA. | 24 ;; Boston, MA 02110-1301, USA. |
25 | 25 |
26 ;;; Commentary: | 26 ;;; Commentary: |
27 | 27 |
28 ;;; Code: | 28 ;;; Code: |
29 | |
30 (eval-when-compile (require 'cl)) | |
29 | 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\", |
33 while SPECIFICATION is an alist mapping from format spec characters | 35 while SPECIFICATION is an alist mapping from format spec characters |