]> git.eshelyaron.com Git - emacs.git/commit
Fix map-put and map-delete for alists (Bug#23105)
authorNicolas Petton <nicolas@petton.fr>
Fri, 25 Mar 2016 14:09:04 +0000 (15:09 +0100)
committerNicolas Petton <nicolas@petton.fr>
Fri, 25 Mar 2016 14:11:23 +0000 (15:11 +0100)
commit3a13472adee7117e5af1249e41f6e8db9c473603
tree2bb3ab1fd87273ff2a906d95d3c0ea64c8a4f0e5
parent422c3dadce6dbd33ced2024782438af68c5756de
Fix map-put and map-delete for alists (Bug#23105)

* lisp/emacs-lisp/map.el (map-put): Do not bind the evaluated place
expression to a new symbol.
* test/lisp/emacs-lisp/map-tests.el: Add a regression test.
lisp/emacs-lisp/map.el
test/automated/map-tests.el