* lisp/emacs-lisp/byte-opt.el: Fix native re-compilation (bug#47161).
This commit is contained in:
parent
7f74ed4912
commit
6810635bdd
1 changed files with 1 additions and 0 deletions
|
@ -2350,6 +2350,7 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
|
|||
;;
|
||||
(eval-when-compile
|
||||
(or (byte-code-function-p (symbol-function 'byte-optimize-form))
|
||||
(subr-native-elisp-p (symbol-function 'byte-optimize-form))
|
||||
(assq 'byte-code (symbol-function 'byte-optimize-form))
|
||||
(let ((byte-optimize nil)
|
||||
(byte-compile-warnings nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue