From: John Wiegley Date: Sat, 21 Mar 2015 08:12:32 +0000 (-0500) Subject: :pin should return `t' X-Git-Tag: emacs-29.0.90~1306^2~15^2~355 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2abf565af2f6bf27c854467ef1b1dca584128861;p=emacs.git :pin should return `t' --- 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))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;