From: John Wiegley Date: Sat, 21 Mar 2015 08:49:08 +0000 (-0500) Subject: Correction to an eval-after-load expansion X-Git-Tag: emacs-29.0.90~1306^2~15^2~350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d70d70843a3c1b1fbb12267368ae24409d8e950e;p=emacs.git Correction to an eval-after-load expansion --- diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 5f911e3b718..4c8aad9f57a 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -864,7 +864,7 @@ deferred until the prefix key sequence is pressed." body (list t)))))) (if (plist-get state :deferred) - (unless (equal config-body '(t)) + (unless (or (null config-body) (equal config-body '(t))) `((eval-after-load ',name-symbol ',(macroexp-progn config-body)))) (use-package--with-elapsed-timer