]> git.eshelyaron.com Git - emacs.git/commit
Avoid returning negative numbers from `hash-table-count'
authorPip Cet <pipcet@gmail.com>
Sun, 14 Jul 2019 04:44:27 +0000 (21:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2019 04:45:27 +0000 (21:45 -0700)
commit1542d17324c46a1406355ed10a48a97f51014e90
treed47032a80783c71b6ff8530c9c4abc9c3207942c
parent61a79e88e4a29854af519bf0e48c3a71197e0ddd
Avoid returning negative numbers from `hash-table-count'

* src/fns.c (Fhash_table_count): Rehash argument if necessary.
src/fns.c