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:
parent
7e50f239c4
commit
aac3c15cde
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue