]> git.eshelyaron.com Git - emacs.git/commitdiff
:pin should return `t'
authorJohn Wiegley <johnw@newartisans.com>
Sat, 21 Mar 2015 08:12:32 +0000 (03:12 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 21 Mar 2015 08:12:32 +0000 (03:12 -0500)
lisp/use-package/use-package.el

index 4f6241fc37aa868f088015128be3d544a0c1e266..4c1433d66d9b9bf81a8d0752f13661dcf1795881 100644 (file)
@@ -408,7 +408,8 @@ manually updated package."
       (use-package-concat
        body
        `((push '(,name-symbol . ,archive-name)
-               package-pinned-packages))))))
+               package-pinned-packages)
+         t)))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;