diff options
| author | 2021-11-18 17:28:16 -0500 | |
|---|---|---|
| committer | 2021-11-18 17:28:16 -0500 | |
| commit | 2e1d7fd3beb4f1e01b041d1d85bf4a70e72eab89 (patch) | |
| tree | 4aba3f4b7f13642b2f065aaf562d29ae0663b2bc /srfi/srfi-69-impl.scm | |
| parent | MN-W review (diff) | |
| parent | Publish fifth draft. (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'srfi/srfi-69-impl.scm')
| -rw-r--r-- | srfi/srfi-69-impl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-69-impl.scm b/srfi/srfi-69-impl.scm index fe4edf3..734c6b4 100644 --- a/srfi/srfi-69-impl.scm +++ b/srfi/srfi-69-impl.scm @@ -4,7 +4,7 @@ (define (prep-dtd-arg proc) (lambda (dtd . args) (apply proc args))) - + (define (t69-hash-table-mutable?* dtd table) #t) |
