X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fformat-time.lisp;h=33d07c0898ae3f1281ee4281c147f9a7daa3170a;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=e23ff4b38741f66a1e8deec1694454c13e584ef2;hpb=95a6db7329b91dd90d165dd4057b9b5098d34aa2;p=sbcl.git diff --git a/src/code/format-time.lisp b/src/code/format-time.lisp index e23ff4b..33d07c0 100644 --- a/src/code/format-time.lisp +++ b/src/code/format-time.lisp @@ -9,7 +9,7 @@ ;;;; provided with absolutely no warranty. See the COPYING and CREDITS ;;;; files for more information. -(in-package "SB!EXT") +(in-package "SB!IMPL") (defparameter *abbrev-weekday-table* #("Mon" "Tue" "Wed" "Thu" "Fri" "Sat" "Sun"))