]> git.eshelyaron.com Git - emacs.git/commit
Ensure that we are not aset-ing Lisp records in purespace.
authorVibhav Pant <vibhavp@gmail.com>
Tue, 20 Dec 2022 15:59:54 +0000 (21:29 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Tue, 20 Dec 2022 15:59:54 +0000 (21:29 +0530)
commit9fafeb2a66fe1cba8f3ad7662196e36ca0b1eca7
treef716962001bc2e6c80c84c0f9fa19c73ba076c03
parent8d6fb6498ab457e92b08e26203b585ba989a7844
Ensure that we are not aset-ing Lisp records in purespace.

* src/data.c (Faset): Enforce that Lisp records passed to aset are
impure with CHECK_IMPURE.
src/data.c