Sorry, forgot to attach the patch for utils.lisp.
--- /usr/share/common-lisp/source/s-utils/src/utils.lisp	2006-05-21 02:58:01.000000000 +1000
+++ utils.lisp	2006-09-24 12:57:35.000000000 +1000
@@ -71,27 +71,19 @@
 
 ;; time/date formatting
 
-v v v v v v v
 (defparameter +us-day-names+ 
-^ ^ ^ ^ ^ ^ ^
   '("Mon" "Tue" "Wed" "Thu" "Fri" "Sat" "Sun")
   "US English short day name constant strings")
 
-v v v v v v v
 (defparameter +us-month-names+ 
-^ ^ ^ ^ ^ ^ ^
   '("Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec")
   "US English short month name constant strings")
 
-v v v v v v v
 (defparameter +us-time-format+ 
-^ ^ ^ ^ ^ ^ ^
   '(:day-name #\Space :month-name #\Space :date #\Space :year #\Space :hour #\: :minute #\: :second)
   "US English style date-time format")
 
-v v v v v v v
 (defparameter +us-date-format+ 
-^ ^ ^ ^ ^ ^ ^
   '(:day-name #\Space :month-name #\Space :date #\Space :year)
   "US English style date-only format")
 

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to