]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct an erroneous symbol reference
authorJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 02:21:11 +0000 (21:21 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 16 Mar 2015 02:21:11 +0000 (21:21 -0500)
lisp/use-package/use-package.el

index 6febf6af698a75a78d521396f32d39f8ce53c256..be4b0cd7c09a7d3ff7d702608b1d9e42117173a2 100644 (file)
@@ -503,7 +503,7 @@ this file.  Usage:
       ;; At this point, we can expand the macro using the helper function.
       ;; `use--package'.
       (let*
-          ((body (use--package name name-symbol name-symbol args*))
+          ((body (use--package name name-symbol name-string args*))
            (pred (plist-get args* :if))
            (expansion (if pred
                           `(when ,pred ,@body)