]> git.eshelyaron.com Git - emacs.git/commitdiff
Keymap bindings must be interactive
authorJohn Wiegley <johnw@newartisans.com>
Wed, 25 Mar 2015 23:14:49 +0000 (18:14 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 25 Mar 2015 23:14:49 +0000 (18:14 -0500)
lisp/use-package/use-package.el

index 0d6325c4f0f5968d74ed955b6e1aff2bc4e6fdbf..6feb0d84a5ca4492f2515f6085dbf02bcfed9150 100644 (file)
@@ -697,6 +697,7 @@ deferred until the prefix key sequence is pressed."
                          'bind-key)
                       ,(car binding)
                       #'(lambda ()
+                          (interactive)
                           (use-package-autoload-keymap
                            ',(cdr binding) ',name-symbol nil)))) arg)))
     (use-package-concat