diff options
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*) |