diff options
author | John Wiegley <johnw@newartisans.com> | 2015-03-21 03:12:32 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-03-21 03:12:32 -0500 |
commit | 2abf565af2f6bf27c854467ef1b1dca584128861 (patch) | |
tree | ce825475db04b80be49073427cf66f300bb99966 /lisp/use-package/use-package.el | |
parent | e7f3f97a7159f8816e757b864e63d7ad95242d29 (diff) | |
download | emacs-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.el | 3 |
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))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; |