]> git.eshelyaron.com Git - emacs.git/commit
Ensure that setq-local take an even number of symbol/value pairs
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Oct 2019 06:27:50 +0000 (08:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Oct 2019 06:27:50 +0000 (08:27 +0200)
commitdf713b9344e978eff4f0a6aff506932fcdb1a39c
treecfdfca95826646ff493764177fcd00c84361fcb3
parent88f0c5662d7ace5e1dd770f8f0cc489d02a5876b
Ensure that setq-local take an even number of symbol/value pairs

* doc/lispref/variables.texi (Creating Buffer-Local): Document the
new syntax for setq-local.

* lisp/subr.el (setq-local): Ensure that there's an even number of
variable/value pairs, and expand the doc string by taking some
text from `setq'.
doc/lispref/variables.texi
etc/NEWS
lisp/subr.el