From e972af2cd4d27b42cad7cf697bcfa32127cb0591 Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Wed, 28 Jun 2023 04:02:44 +0200 Subject: [PATCH] WIP: Try to fix Bug#64232 --- lisp/emacs-lisp/bytecomp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 99202185d8d..f468e34bb42 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -554,7 +554,9 @@ byte-compile-initial-macro-environment (let ((byte-compile-unresolved-functions byte-compile-unresolved-functions) (byte-compile-new-defuns - byte-compile-new-defuns)) + byte-compile-new-defuns) + (byte-compile-noruntime-functions + byte-compile-noruntime-functions)) (setf result (byte-compile-eval (byte-run-strip-symbol-positions -- 2.30.2