Don't bind noninteractive while building autoloads

See raxod502/straight.el#431
This commit is contained in:
Henrik Lissner 2019-11-22 13:51:05 -05:00
parent a814998a75
commit 88eb9d1d61
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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'. ;; The following bindings are in `package-generate-autoloads'.
;; Presumably for a good reason, so I just copied them ;; Presumably for a good reason, so I just copied them
(noninteractive t)
(backup-inhibited t) (backup-inhibited t)
(version-control 'never) (version-control 'never)
(case-fold-search nil) ; reduce magic (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)) (doom-load-autoloads-file doom-package-autoload-file))
(let (;; The following bindings are in `package-generate-autoloads'. (let (;; The following bindings are in `package-generate-autoloads'.
;; Presumably for a good reason, so I just copied them ;; Presumably for a good reason, so I just copied them
(noninteractive t)
(backup-inhibited t) (backup-inhibited t)
(version-control 'never) (version-control 'never)
(case-fold-search nil) ; reduce magic (case-fold-search nil) ; reduce magic