]> git.eshelyaron.com Git - emacs.git/commit
* src/lread.c (build_load_history): Be careful with in-place updates
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 4 Feb 2024 17:58:56 +0000 (12:58 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:50:48 +0000 (11:50 +0100)
commit824abdf95d3805f6b983cf1a66ae4d624f3cc77c
tree65a133276fc3e50223b8770d94e8ad8ff1f7cd5d
parent8449ee9e2be0868182fc88758d6fbed9b23b0109
* src/lread.c (build_load_history): Be careful with in-place updates

Don't leave a "broken" value in `Vcurrent_load_list`.

(cherry picked from commit 52abeaf1333427f156a23f0acf057e81bcc5e9e2)
src/lread.c