diff options
author | John Wiegley <johnw@newartisans.com> | 2017-12-06 10:20:51 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2017-12-06 10:20:51 -0800 |
commit | b001edf1620151c307768046270478cadad39995 (patch) | |
tree | 51cee8ae92c00b803e0493c900b55a289fc1f73a /lisp/use-package/use-package-bind-key.el | |
parent | ce36e6881748935c747760bc96d322e71ba115c5 (diff) | |
download | emacs-b001edf1620151c307768046270478cadad39995.tar.gz emacs-b001edf1620151c307768046270478cadad39995.tar.bz2 emacs-b001edf1620151c307768046270478cadad39995.zip |
Add missing autoload cookie, and make lack of a normalizer an error
Fixes https://github.com/jwiegley/use-package/issues/566
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
-rw-r--r-- | lisp/use-package/use-package-bind-key.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-bind-key.el b/lisp/use-package/use-package-bind-key.el index 7c5d2725301..4a3d421522b 100644 --- a/lisp/use-package/use-package-bind-key.el +++ b/lisp/use-package/use-package-bind-key.el @@ -66,6 +66,7 @@ deferred until the prefix key sequence is pressed." (format "package.el %s failed to define keymap %s" package keymap-symbol))))) +;;;###autoload (defun use-package-normalize-binder (name keyword args) (let ((arg args) args*) |