Revert previous change.

This commit is contained in:
Glenn Morris 2007-12-01 03:24:39 +00:00
parent a6c7cd1613
commit adf8caef48

View file

@ -27,6 +27,8 @@
;;; Code: ;;; Code:
(eval-when-compile (require 'cl))
(defun format-spec (format specification) (defun format-spec (format specification)
"Return a string based on FORMAT and SPECIFICATION. "Return a string based on FORMAT and SPECIFICATION.
FORMAT is a string containing `format'-like specs like \"bash %u %k\", FORMAT is a string containing `format'-like specs like \"bash %u %k\",