mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
:pin should return `t'
This commit is contained in:
parent
e7f3f97a71
commit
2abf565af2
|
|
@ -408,7 +408,8 @@ manually updated package."
|
|||
(use-package-concat
|
||||
body
|
||||
`((push '(,name-symbol . ,archive-name)
|
||||
package-pinned-packages))))))
|
||||
package-pinned-packages)
|
||||
t)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue