Merge pull request #4575 from yangsheng6810/develop

Fix typo
This commit is contained in:
Henrik Lissner 2021-01-27 02:34:16 -05:00 committed by GitHub
commit 7108aa8107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ declaration) or dependency thereof that hasn't already been."
if (or (if want-byte-compile (doom--elc-file-outdated-p file))
(if want-native-compile (doom--eln-file-outdated-p file)))
do (setq outdated t)
(when want-native
(when want-native-compile
(push file doom--eln-output-expected))
finally return outdated))
(puthash package t straight--packages-to-rebuild))))