]> git.eshelyaron.com Git - emacs.git/commit
Fix the error message when modifying maps in-place (Bug#34941)
authorNicolas Petton <nicolas@petton.fr>
Fri, 22 Mar 2019 09:06:42 +0000 (10:06 +0100)
committerNicolas Petton <nicolas@petton.fr>
Fri, 22 Mar 2019 09:31:23 +0000 (10:31 +0100)
commit4174409c53d85a0def138f92d3e71901380c907a
treec9ad7741513698430a6993982cf2c1cf274656d3
parent09c220a5cfb229ef88d1b3e9065951e3368da1e2
Fix the error message when modifying maps in-place (Bug#34941)

* lisp/emacs-lisp/map.el (map-not-inplace): Fix the message of the
error.
(map-put!): When signaling map-no-inplace error, output the map that
cannot be updated inplace.
lisp/emacs-lisp/map.el