1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -08:00

:pin should return `t'

This commit is contained in:
John Wiegley 2015-03-21 03:12:32 -05:00
parent e7f3f97a71
commit 2abf565af2

View file

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