projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f3f97
)
:pin should return `t'
author
John Wiegley
<johnw@newartisans.com>
Sat, 21 Mar 2015 08:12:32 +0000
(
03:12
-0500)
committer
John Wiegley
<johnw@newartisans.com>
Sat, 21 Mar 2015 08:12:32 +0000
(
03:12
-0500)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 4f6241fc37aa868f088015128be3d544a0c1e266..4c1433d66d9b9bf81a8d0752f13661dcf1795881 100644
(file)
--- 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)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;