diff options
| -rw-r--r-- | etc/NEWS.21 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index 4a214cb3d2f..9574a5d1df0 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -3367,7 +3367,7 @@ be strings that are compared case-insensitively. | |||
| 3367 | (sxhash (upcase a))) | 3367 | (sxhash (upcase a))) |
| 3368 | 3368 | ||
| 3369 | (define-hash-table-test 'case-fold 'case-fold-string= | 3369 | (define-hash-table-test 'case-fold 'case-fold-string= |
| 3370 | 'case-fold-string-hash)) | 3370 | 'case-fold-string-hash) |
| 3371 | 3371 | ||
| 3372 | (make-hash-table :test 'case-fold) | 3372 | (make-hash-table :test 'case-fold) |
| 3373 | 3373 | ||