]> git.eshelyaron.com Git - emacs.git/commit
Don't pass a constant as the state
authorNoam Postavsky <npostavs@gmail.com>
Sun, 24 Apr 2016 14:31:23 +0000 (10:31 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 18 Jul 2016 02:26:40 +0000 (22:26 -0400)
commitbe7a0e46495b336ce3019e6d1dc6e602d703494a
treebbe4ecbc5fefca755499069b4c2eb51d3d3cf120
parent758739e6dbf82c6ad4ee0f1fa93bc2093be50956
Don't pass a constant as the state

for use-package-process-keywords, because the function may modify the
list object.  Modifying a quoted constant can lead to unexpected side
effects (e.g. values from previous use-package forms end up in
subsequent ones).
lisp/use-package/use-package.el