mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Merge pull request from phillord/fix/always-pin-typo
Fix errant variable name. GitHub-reference: https://github.com/jwiegley/use-package/issues/312
This commit is contained in:
commit
cc4333a1be
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ this file. Usage:
|
||||||
(if use-package-always-pin
|
(if use-package-always-pin
|
||||||
(use-package-plist-maybe-put
|
(use-package-plist-maybe-put
|
||||||
args* :pin use-package-always-pin)
|
args* :pin use-package-always-pin)
|
||||||
args0))))
|
args*))))
|
||||||
|
|
||||||
;; When byte-compiling, pre-load the package so all its symbols are in
|
;; When byte-compiling, pre-load the package so all its symbols are in
|
||||||
;; scope.
|
;; scope.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue