From b18992eb85ca8fbd88b60872897fb2c7589d4583 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 25 Nov 2024 17:45:35 +0100 Subject: [PATCH] Don't use anymore async-bytecomp-package-mode There is now packages installing other packages asynchronously (even helm now has its package manager async), so this mode is clashing with such packages. Also heavy modifications in helm-core are less frequent nowaday (macro renaming etc..). --- helm-core.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helm-core.el b/helm-core.el index 12d2d3f76..ad89b6cf8 100644 --- a/helm-core.el +++ b/helm-core.el @@ -34,12 +34,6 @@ (require 'helm-multi-match) (require 'helm-source) -;; Ensure async-bytecomp is used even with helm-core package. -(declare-function async-bytecomp-package-mode "ext:async-bytecomp.el") -(when (require 'async-bytecomp nil t) - (and (fboundp 'async-bytecomp-package-mode) - (async-bytecomp-package-mode 1))) - ;; Setup completion styles for helm-mode (helm--setup-completion-styles-alist)