emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 56da7ad: Fix mismatched parens


From: Wilfred Hughes
Subject: [Emacs-diffs] master 56da7ad: Fix mismatched parens
Date: Sun, 16 Jul 2017 13:35:45 -0400 (EDT)

branch: master
commit 56da7add7845f0685dd6d5a1f7ae0a76cb2953da
Author: Wilfred Hughes <address@hidden>
Commit: Wilfred Hughes <address@hidden>

    Fix mismatched parens
    
    * etc/NEWS.21: Remove excess parenthesis in code example
---
 etc/NEWS.21 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/NEWS.21 b/etc/NEWS.21
index 4a214cb..9574a5d 100644
--- 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]