emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/format-spec.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/format-spec.el,v
Date: Sat, 01 Dec 2007 03:24:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/01 03:24:39

Index: format-spec.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/format-spec.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- format-spec.el      1 Dec 2007 03:24:02 -0000       1.11
+++ format-spec.el      1 Dec 2007 03:24:39 -0000       1.12
@@ -27,6 +27,8 @@
 
 ;;; 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\",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]