r9970: fix package name
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 Sep 2004 16:48:13 +0000 (16:48 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 Sep 2004 16:48:13 +0000 (16:48 +0000)
color.lisp

index 1927e23cf485e0c3841ce1c2aeb322bf66279842..77741f2afbded1864452ed404f4aeb2b512e9ffe 100644 (file)
@@ -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