X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Ftime-date.el;h=c13ef97c6b90fe940088139d9d64c132b9f4b5e1;hb=851278bf56a0156a4dd5896e9959f63e33d07ee2;hp=bb7e97ea7f32b7c049c19c9be732a6b5a84e15f8;hpb=b83561e18ceb438203812786590893bd5fc2a6cc;p=gnus diff --git a/lisp/time-date.el b/lisp/time-date.el index bb7e97ea7..c13ef97c6 100644 --- a/lisp/time-date.el +++ b/lisp/time-date.el @@ -377,9 +377,9 @@ This function does not work for SECONDS greater than `most-positive-fixnum'." spec (match-string 1 string)) (unless (string-equal spec "%") (or (setq match (assoc (downcase spec) units)) - (error "Bad format specifier: `%s'" spec)) + (error "Bad format specifier: ‘%s’" spec)) (if (assoc (downcase spec) usedunits) - (error "Multiple instances of specifier: `%s'" spec)) + (error "Multiple instances of specifier: ‘%s’" spec)) (if (string-equal (car match) "z") (setq zeroflag t) (unless larger