]> git.eshelyaron.com Git - emacs.git/commit
Allow :bind ("C-c C-c" . (lambda () (ding))) and #'(lambda ...)
authorJohn Wiegley <johnw@newartisans.com>
Wed, 29 Nov 2017 22:41:12 +0000 (14:41 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 30 Nov 2017 00:37:03 +0000 (16:37 -0800)
commitbff472ea80af2da0a47307e1d807f7fe330abf39
tree6b3da2fb272434b33719f808900f516845fb51e5
parentf256943f9b50c43a8c280c48ce7f891f834509e5
Allow :bind ("C-c C-c" . (lambda () (ding))) and #'(lambda ...)

Fixes https://github.com/jwiegley/use-package/issues/333
Fixes https://github.com/jwiegley/use-package/issues/461
lisp/use-package/bind-key.el
lisp/use-package/use-package.el
test/lisp/use-package/use-package-tests.el