From d3c2e4829bf7d7fced8f4034d29db77ff463f99c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Apr 2020 14:56:21 -0400 Subject: [PATCH] Disable byte-compile-dynamic for autoloads files Its deprecated and more trouble than its worth. --- core/cli/autoloads.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index 4cd2e5fd0..cfc03ba57 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -90,7 +90,6 @@ one wants that.") (defun doom-cli--byte-compile-file (file) (condition-case-unless-debug e (let ((byte-compile-warnings (if doom-debug-mode byte-compile-warnings)) - (byte-compile-dynamic t) (byte-compile-dynamic-docstrings t)) (when (byte-compile-file file) (unless doom-interactive-mode