mini change

This commit is contained in:
frese 2001-07-11 15:18:32 +00:00
parent 539d16858a
commit 4308e681f3
1 changed files with 2 additions and 1 deletions

View File

@ -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))