From 812d45ccdac2e0d507889b0be42f8fcb1fdfd978 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 22 Jul 2024 14:50:16 +0200 Subject: [PATCH] borg-byte+native-compile-async: Call comp-ensure-native-compiler --- borg.el | 1 + 1 file changed, 1 insertion(+) diff --git a/borg.el b/borg.el index 957fa11..4fcd8fb 100644 --- a/borg.el +++ b/borg.el @@ -879,6 +879,7 @@ and optional NATIVE are both non-nil, then also compile natively." (byte-compile-file file) (cond ((fboundp 'native-compile-async) + (comp-ensure-native-compiler) (native-compile-async file)) ((error "Emacs %s does not support native compilation" emacs-version))))