]> git.eshelyaron.com Git - emacs.git/commit
Refactor pair normalizers; add tests for them
authorNoam Postavsky <npostavs@gmail.com>
Thu, 26 May 2016 19:08:32 +0000 (15:08 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 31 Oct 2016 12:49:21 +0000 (08:49 -0400)
commitfc57b342991b94640d5ff565a47b5603adec0a6f
treea941ffbbdd34503bf18e796a65e10fbe41cb964f
parent5ed9a6b5a5dad3563a4aeab0fe3b79f92b3d59d8
Refactor pair normalizers; add tests for them

This is not a pure refactoring, it also fixes a bug where
:bind ([keysym] . "string") would actually bind keysym to nil (i.e.,
unbind it).  It now binds to "string" as expected.
lisp/use-package/use-package.el
test/lisp/use-package/use-package-tests.el