emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 7f74ed4: * lisp/emacs-lisp/bytecomp.el: Fix native r


From: Andrea Corallo
Subject: feature/native-comp 7f74ed4: * lisp/emacs-lisp/bytecomp.el: Fix native re-compilation (bug#47161).
Date: Mon, 15 Mar 2021 11:47:16 -0400 (EDT)

branch: feature/native-comp
commit 7f74ed4912d845551209a5541c8919afbe19b884
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/bytecomp.el: Fix native re-compilation (bug#47161).
---
 lisp/emacs-lisp/bytecomp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 921a25b..b04286c 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -5423,6 +5423,7 @@ and corresponding effects."
 ;;
 (eval-when-compile
   (or (byte-code-function-p (symbol-function 'byte-compile-form))
+      (subr-native-elisp-p (symbol-function 'byte-compile-form))
       (assq 'byte-code (symbol-function 'byte-compile-form))
       (let ((byte-optimize nil)                ; do it fast
            (byte-compile-warnings nil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]