emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/hash.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi
Date: Tue, 09 Aug 2005 08:01:28 -0400

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.18 emacs/lispref/hash.texi:1.19
*** emacs/lispref/hash.texi:1.18        Sun Mar  6 18:15:56 2005
--- emacs/lispref/hash.texi     Tue Aug  9 12:01:28 2005
***************
*** 281,288 ****
  (defun case-fold-string-hash (a)
    (sxhash (upcase a)))
  
! (define-hash-table-test 'case-fold 'case-fold-string=
!                         'case-fold-string-hash))
  
  (make-hash-table :test 'case-fold)
  @end example
--- 281,288 ----
  (defun case-fold-string-hash (a)
    (sxhash (upcase a)))
  
! (define-hash-table-test 'case-fold
!   'case-fold-string= 'case-fold-string-hash)
  
  (make-hash-table :test 'case-fold)
  @end example




reply via email to

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