mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 03:30:22 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
a5dc80238f
commit
d7bfc0c998
2 changed files with 6 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
|||
|
||||
(pass-if "char-set:punctuation (membership)"
|
||||
(if (not %latin1)
|
||||
(thrown 'unresolved)
|
||||
(throw 'unresolved)
|
||||
(let ((punctuation (char-set->list char-set:punctuation)))
|
||||
(every? (lambda (8-bit-char)
|
||||
(memq 8-bit-char punctuation))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue