projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45892db
)
Fix mismatched parens
author
Wilfred Hughes
<me@wilfred.me.uk>
Sun, 16 Jul 2017 17:32:25 +0000
(18:32 +0100)
committer
Wilfred Hughes
<me@wilfred.me.uk>
Sun, 16 Jul 2017 17:32:25 +0000
(18:32 +0100)
* etc/NEWS.21: Remove excess parenthesis in code example
etc/NEWS.21
patch
|
blob
|
history
diff --git
a/etc/NEWS.21
b/etc/NEWS.21
index 4a214cb3d2f7d1fe9e17cc6ec208c8d6d3f6a3ba..9574a5d1df03f6c64fd57e7599340a66dffcde64 100644
(file)
--- a/
etc/NEWS.21
+++ b/
etc/NEWS.21
@@
-3367,7
+3367,7
@@
be strings that are compared case-insensitively.
(sxhash (upcase a)))
(define-hash-table-test 'case-fold 'case-fold-string=
- 'case-fold-string-hash)
)
+ 'case-fold-string-hash)
(make-hash-table :test 'case-fold)