]> git.eshelyaron.com Git - emacs.git/commit
; Add comment to hash_table_rehash (Bug#36447)
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Jul 2019 18:00:22 +0000 (14:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 14 Jul 2019 14:04:22 +0000 (10:04 -0400)
commit8ff09154a29a1151afb2902267ca35f89ebda73c
tree9c29ce3103602b42c68be77a175bc7a88439189e
parent150aec0af3a57aa685d80c79ae3a49da1e6299bb
; Add comment to hash_table_rehash (Bug#36447)

* src/fns.c (hash_table_rehash): Add a comment to explain that
hash_table_rehash is not used in "normal" rehashing, but only in the
rare case of rehashing on the first access to a preloaded hash-table.
src/fns.c