summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-03-21 03:12:32 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-03-21 03:12:32 -0500
commit2abf565af2f6bf27c854467ef1b1dca584128861 (patch)
treece825475db04b80be49073427cf66f300bb99966 /lisp/use-package/use-package.el
parente7f3f97a7159f8816e757b864e63d7ad95242d29 (diff)
downloademacs-2abf565af2f6bf27c854467ef1b1dca584128861.tar.gz
emacs-2abf565af2f6bf27c854467ef1b1dca584128861.tar.bz2
emacs-2abf565af2f6bf27c854467ef1b1dca584128861.zip
:pin should return `t'
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 4f6241fc37a..4c1433d66d9 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -408,7 +408,8 @@ manually updated package."
(use-package-concat
body
`((push '(,name-symbol . ,archive-name)
- package-pinned-packages))))))
+ package-pinned-packages)
+ t)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;