mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 00:30:17 -08: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