From: Paul Eggert Date: Tue, 31 May 2011 06:10:46 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~49^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac32cd99d7bfd473aa34f67b6db124d0fd8a5c01;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 029585b803f..d80c921a7d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2011-05-31 Paul Eggert - Remove arbitrary limit of 2**31 entries in hash tables. + Remove arbitrary limit of 2**31 entries in hash tables. (Bug#8771) * category.c (hash_get_category_set): Use 'EMACS_UINT' and 'EMACS_INT' for hashes and hash indexes, instead of 'unsigned' and 'int'. * ccl.c (ccl_driver): Likewise.