From a2030288716a2aa315482fa265cc970b5a208703 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Mar 2015 21:21:11 -0500 Subject: [PATCH] Correct an erroneous symbol reference --- lisp/use-package/use-package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 6febf6af698..be4b0cd7c09 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -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) -- 2.39.2