1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
emacs/lisp/use-package
Jonas Bernoulli 75e0cd93c5 Delay decision whether to use eval-after-load until run-time
Just because a keymap variable is bound at macro-expansion-time
doesn't mean that it must be bound at run-time too.

Change `bind-keys-form', which is used by `bind-keys' and other
macros, to return a form which delays the decision on whether to
wrap the binding forms with `eval-after-load' until run-time.

Fixes https://github.com/jwiegley/use-package/issues/378.
2016-12-18 15:47:36 +01:00
..
bind-key.el Delay decision whether to use eval-after-load until run-time 2016-12-18 15:47:36 +01:00
use-package.el Declare package-read-all-archive-contents 2016-10-31 18:22:03 +01:00