]> git.eshelyaron.com Git - emacs.git/commit
Issue a warning from the byte compiler on a malformed `setq' form.
authorAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:25:15 +0000 (14:25 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:25:15 +0000 (14:25 +0000)
commitc89b5a0f8a3905c023eb196e453383c95a4f6a89
tree9fb85636eda6c5cd501a6e1cd69117b17736c1d7
parent74e5d4e21e7206693ce6ce999e884d75230ad33b
Issue a warning from the byte compiler on a malformed `setq' form.

Partly fixes bug#20241.
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq): Issue a warning when a
`setq' form with an odd number of arguments is compiled.
lisp/emacs-lisp/bytecomp.el