fix: change warning-suppress-types to list of lists

warning-suppress-types' pre-29 documentation suggests that it accepts a
list of symbols, but a recent, upstream correction changes this.

Ref: emacs-mirror/emacs@d5ee49c25c
Amend: 8c442d84b9
This commit is contained in:
Raymond Huang 2022-10-05 06:14:12 -07:00 committed by GitHub
parent 7e50f239c4
commit aac3c15cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -610,7 +610,7 @@ Otherwise, `en/disable-command' (in novice.el.gz) is hardcoded to write them to
;; defvaralias, which are done because ensuring aliases are created before ;; defvaralias, which are done because ensuring aliases are created before
;; packages are loaded is an unneeded and unhelpful maintenance burden. Emacs ;; packages are loaded is an unneeded and unhelpful maintenance burden. Emacs
;; still aliases them fine regardless. ;; still aliases them fine regardless.
(setq warning-suppress-types '(defvaralias)) (setq warning-suppress-types '((defvaralias)))
;; Reduce debug output unless we've asked for it. ;; Reduce debug output unless we've asked for it.
(setq debug-on-error init-file-debug (setq debug-on-error init-file-debug