mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Fix errant variable name
This commit is contained in:
parent
3f48ff4648
commit
ba4aeb600d
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