]> git.eshelyaron.com Git - emacs.git/commit
pass name (not name-string) to eval-after-load
authorNoam Postavsky <npostavs@gmail.com>
Mon, 16 Sep 2013 17:59:16 +0000 (13:59 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 16 Sep 2013 17:59:16 +0000 (13:59 -0400)
commitc6d79d2cb40bd141f62eaca6dca47fb2e8e6943f
treed323872c0b1cf37ac79bcc580a081cf7925d60ae
parent6efc084cdf86bb31bd9804253182d6160a8f333b
pass name (not name-string) to eval-after-load

Fixes https://github.com/jwiegley/use-package/issues/52: the :config block would be triggered when loading a config
file with the same name as the package and again when loading the
package itself.
lisp/use-package/use-package.el