Changed char-set-predicate-{lib,interface} to

char-set-{lib,interface}.
This commit is contained in:
olin-shivers 2001-06-02 18:00:16 +00:00
parent f80604aeab
commit f900059893
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
;;; These defs are things for characters *not* in SRFIs 13 & 14.
;;; It includes some R5RS defs that are not correct in S48 in a Latin-1 world.
(define-interface char-set-predicates-interface
(define-interface char-predicates-interface
(export
((char-lower-case? ; R5RS
char-upper-case? ; R5RS
@ -24,7 +24,7 @@
char-ascii?) (proc (:char) :boolean))))
(define-structure char-set-predicates-lib char-set-predicates-interface
(define-structure char-predicates-lib char-predicates-interface
(open error-package ; ERROR
scsh-utilities ; DEPRECATED-PROC
char-set-lib