]> git.eshelyaron.com Git - emacs.git/commit
* Don't iterate over an hash table while modifyiong it in comp.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 1 Oct 2024 16:15:02 +0000 (18:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:39:46 +0000 (08:39 +0200)
commit135ef35492601b14d2b5a438bab6f766de8def1b
treed0be4f57f32fcbe8a83652d92860a6ae8452506e
parent1a339ab91bbc05eb16060274f796fd300c9f9ff0
* Don't iterate over an hash table while modifyiong it in comp.

* lisp/emacs-lisp/comp.el: Don't iterate over the hash values directly
as 'comp--add-cond-cstrs-target-block' can modify the hash content.

(cherry picked from commit 372ce6adbf39c5b9ec92e103abe70af872085119)
lisp/emacs-lisp/comp.el