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:
parent
e7f3f97a71
commit
2abf565af2
1 changed files with 2 additions and 1 deletions
|
|
@ -408,7 +408,8 @@ manually updated package."
|
|||
(use-package-concat
|
||||
body
|
||||
`((push '(,name-symbol . ,archive-name)
|
||||
package-pinned-packages))))))
|
||||
package-pinned-packages)
|
||||
t)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue