emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fns.c,v
Date: Fri, 25 Aug 2006 07:47:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/25 07:47:12

Index: fns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fns.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -b -r1.413 -r1.414
--- fns.c       26 Jul 2006 18:16:14 -0000      1.413
+++ fns.c       25 Aug 2006 07:47:12 -0000      1.414
@@ -5027,7 +5027,7 @@
       c = *p++;
       if (c >= 0140)
        c -= 40;
-      hash = ((hash << 3) + (hash >> 28) + c);
+      hash = ((hash << 4) + (hash >> 28) + c);
     }
 
   return hash & INTMASK;




reply via email to

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