From aedf680b72d7172c758cbaca4503f6da714d1f3c Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Sun, 18 Aug 2024 23:41:15 -0400 Subject: [PATCH] Fix void-variable error in rustic-cargo-spellcheck-mode This is a follow-up to emacs-rustic/rustic#17. --- rustic-spellcheck.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/rustic-spellcheck.el b/rustic-spellcheck.el index 9bc8cc0..9137df1 100644 --- a/rustic-spellcheck.el +++ b/rustic-spellcheck.el @@ -78,9 +78,6 @@ Error matching regexes from compile.el are removed." (setq-local compilation-column-face 'rustic-compilation-column) (setq-local compilation-line-face 'rustic-compilation-line) - (setq-local xterm-color-names-bright rustic-ansi-faces) - (setq-local xterm-color-names rustic-ansi-faces) - (setq-local compilation-error-regexp-alist-alist nil) (add-to-list 'compilation-error-regexp-alist-alist (cons 'rustic-spell-error rustic-spellcheck-error))