From: Kevin M. Rosenberg Date: Mon, 6 Sep 2004 16:48:13 +0000 (+0000) Subject: r9970: fix package name X-Git-Tag: v1.96~60 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=753fe2d6bbe8e8c8a6fa6154e829c6586b0c2ff3 r9970: fix package name --- diff --git a/color.lisp b/color.lisp index 1927e23..77741f2 100644 --- a/color.lisp +++ b/color.lisp @@ -16,7 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package kmrcl) +(in-package #:kmrcl) ;; The HSV colour space has three coordinates: hue, saturation, and ;; value (sometimes called brighness) respectively. This colour system is