From 753fe2d6bbe8e8c8a6fa6154e829c6586b0c2ff3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 6 Sep 2004 16:48:13 +0000 Subject: [PATCH] r9970: fix package name --- color.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1