Fix #4602, part 2!
This commit is contained in:
parent
a61758523d
commit
3a7be7bb4f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ declaration) or dependency thereof that hasn't already been."
|
||||||
(want-native-compile
|
(want-native-compile
|
||||||
(or (eq build t)
|
(or (eq build t)
|
||||||
(memq 'native-compile build))))
|
(memq 'native-compile build))))
|
||||||
(when (eq (car build) :not)
|
(when (eq (car-safe build) :not)
|
||||||
(setq want-byte-compile (not want-byte-compile)
|
(setq want-byte-compile (not want-byte-compile)
|
||||||
want-native-compile (not want-native-compile)))
|
want-native-compile (not want-native-compile)))
|
||||||
(unless (require 'comp nil t)
|
(unless (require 'comp nil t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue