nit: reformatting, comment, and markup revision

This commit is contained in:
Henrik Lissner 2023-12-02 11:25:54 -05:00
parent 0d8479ae9b
commit b1d8d1cd9f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
4 changed files with 6 additions and 6 deletions

View file

@ -119,9 +119,9 @@
(let ((inhibit-changing-match-data t))
(if (string-match "HARFBUZZ" system-configuration-features) ; no alternative
(push 'harfbuzz features)))
;; `native-compile' exists whether or not it is functional (e.g. libgcc is
;; available or not). This seems silly, so pretend it doesn't exist if it
;; isn't available.
;; The `native-compile' feature exists whether or not it is functional (e.g.
;; libgcc is available or not). This seems silly, so pretend it doesn't exist if
;; it isn't functional.
(if (featurep 'native-compile)
(if (not (native-comp-available-p))
(delq 'native-compile features)))