]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo an erroneous change
authorJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 00:07:03 +0000 (19:07 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 00:07:03 +0000 (19:07 -0500)
lisp/use-package/use-package.el

index c63929cc0f25ce1fc4a98b13176affe1a2960764..50b1431759e2358f8a79f19b89034f7f00b27984 100644 (file)
@@ -424,7 +424,7 @@ the user specified.")
                         ,(format "Configuring package %s"
                                  name-string)
                         ,@config-body)))
-                (list `(eval-after-load ,(if (stringp name) name `',name)
+                (list `(eval-after-load ,name-string
                          ',body)))))
        `((use-package-with-elapsed-timer
            ,(format "Loading package %s" name-string)