]> git.eshelyaron.com Git - emacs.git/commit
Fix reverting customizations
authorEli Zaretskii <eliz@gnu.org>
Wed, 1 Jan 2020 17:49:57 +0000 (19:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 1 Jan 2020 17:49:57 +0000 (19:49 +0200)
commit071483b6f516b737182440264ec11c94ada53dc3
treef363a8028ec4ffff55ba05f47b5ec6621352b4cc
parent43203d5068eee68138007cac9d12a04d40d4ffb6
Fix reverting customizations

* lisp/custom.el (custom-push-theme): Don't use setcar to modify
the recorded value of PROP; instead, cons a new property list by
deleting the old value and adding the new one.  (Bug#38812)
lisp/custom.el