Fix #4602, part 2!

This commit is contained in:
Henrik Lissner 2021-02-01 02:45:45 -05:00
parent a61758523d
commit 3a7be7bb4f

View file

@ -312,7 +312,7 @@ declaration) or dependency thereof that hasn't already been."
(want-native-compile
(or (eq build t)
(memq 'native-compile build))))
(when (eq (car build) :not)
(when (eq (car-safe build) :not)
(setq want-byte-compile (not want-byte-compile)
want-native-compile (not want-native-compile)))
(unless (require 'comp nil t)