]> code.delx.au - gnu-emacs/commit
Fix a byte-compiler error in map-put and map-delete
authorNicolas Petton <nicolas@petton.fr>
Fri, 5 Jun 2015 23:08:00 +0000 (01:08 +0200)
committerNicolas Petton <nicolas@petton.fr>
Fri, 5 Jun 2015 23:26:25 +0000 (01:26 +0200)
commit8fe836abbd64a8445880184083e1a92f87ef938a
tree1a936f91e5348308997869944bcd023c913386d1
parent5977a07d949a60b66d0f2310fbd4dbd06cd0b9ea
Fix a byte-compiler error in map-put and map-delete

* lisp/emacs-lisp/map.el (map-put, map-delete): Ensure that `setq' is
called with a symbol.
lisp/emacs-lisp/map.el