fix compilation of devar defconst with doc string
This commit is contained in:
parent
65c0d931f7
commit
0ae14c17a2
2 changed files with 2 additions and 2 deletions
|
@ -2276,7 +2276,7 @@ we output that argument and the following argument
|
|||
QUOTED says that we have to put a quote before the
|
||||
list that represents a doc string reference.
|
||||
`defvaralias', `autoload' and `custom-declare-variable' need that."
|
||||
(when byte-native-compiling
|
||||
(when (and byte-native-compiling name)
|
||||
;; Spill bytecode output for the native compiler here
|
||||
(push (cons name (apply #'vector form))
|
||||
byte-to-native-bytecode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue