]> git.eshelyaron.com Git - emacs.git/commit
Do not quote lambda expressions
authorSean Allred <code@seanallred.com>
Sat, 20 Dec 2014 04:12:47 +0000 (23:12 -0500)
committerSean Allred <code@seanallred.com>
Sat, 20 Dec 2014 04:12:47 +0000 (23:12 -0500)
commit5a5aeca79736410462743f28d84dccde789efae3
treec8342a2f3ee69bd7073e4ccd8097d6a425951e14
parentf8db1f1740ba235b256c4b6d9cdac1a0662472f6
Do not quote lambda expressions

http://emacs.stackexchange.com/a/3596

Quoting lambda expressions is at best redundant and at worst
detrimental; this commit removes all use of the sharp-quote to reduce
confusion.
lisp/use-package/bind-key.el
lisp/use-package/use-package.el