From 88eb9d1d61b816745fa1d8fa09750e161cdf3dba Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 22 Nov 2019 13:51:05 -0500 Subject: [PATCH] Don't bind noninteractive while building autoloads See raxod502/straight.el#431 --- core/cli/autoloads.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index 1e5906cf2..de32ff3cc 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -230,7 +230,6 @@ Run this whenever your `doom!' block, or a module autoload file, is modified." ;; The following bindings are in `package-generate-autoloads'. ;; Presumably for a good reason, so I just copied them - (noninteractive t) (backup-inhibited t) (version-control 'never) (case-fold-search nil) ; reduce magic @@ -375,7 +374,6 @@ This should be run whenever your `doom!' block or update your packages." (doom-load-autoloads-file doom-package-autoload-file)) (let (;; The following bindings are in `package-generate-autoloads'. ;; Presumably for a good reason, so I just copied them - (noninteractive t) (backup-inhibited t) (version-control 'never) (case-fold-search nil) ; reduce magic