mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -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
|
(use-package-concat
|
||||||
body
|
body
|
||||||
`((push '(,name-symbol . ,archive-name)
|
`((push '(,name-symbol . ,archive-name)
|
||||||
package-pinned-packages))))))
|
package-pinned-packages)
|
||||||
|
t)))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue