From 4308e681f3930cf6ea3d888824695985759858a8 Mon Sep 17 00:00:00 2001 From: frese Date: Wed, 11 Jul 2001 15:18:32 +0000 Subject: [PATCH] mini change --- scheme/xlib/xlib-type-interfaces.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scheme/xlib/xlib-type-interfaces.scm b/scheme/xlib/xlib-type-interfaces.scm index 5de425c..3fe21b0 100644 --- a/scheme/xlib/xlib-type-interfaces.scm +++ b/scheme/xlib/xlib-type-interfaces.scm @@ -7,7 +7,7 @@ alist-split vector-map!)) -;; these are internal interfaces that describe the construction and access +;; these are internal interfaces that describe the construction and access ;; functions to all the new datatypes. They are not needed by the user (define-interface xlib-display-type-interface @@ -34,6 +34,7 @@ (define-interface xlib-color-type-interface (export internal-make-color + create-color color? color-Xcolor))