emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/oblivion-theme 7d87d69c61 6/7: Cleanup: quiet warnings wit


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme 7d87d69c61 6/7: Cleanup: quiet warnings with emacs-29
Date: Mon, 9 Jan 2023 00:00:31 -0500 (EST)

branch: elpa/oblivion-theme
commit 7d87d69c6188571a4ed439149da23e069bc207f3
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: quiet warnings with emacs-29
---
 oblivion-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oblivion-theme.el b/oblivion-theme.el
index 57b46c9693..21d1944361 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -140,8 +140,8 @@
     `(line-number-current-line ((t (:background ,ob-black :foreground 
,ob-butter2 :bold t))))
 
     ;; white-space.
-    `(whitespace-trailing ((nil (:background ,ob-aluminium4 :foreground nil))))
-    `(whitespace-space ((nil (:background nil :foreground ,ob-aluminium4))))
+    `(whitespace-trailing ((nil (:background ,ob-aluminium4))))
+    `(whitespace-space ((nil (:foreground ,ob-aluminium4))))
     `(whitespace-tab ((nil (:background ,ob-aluminium6+5 :foreground 
,ob-aluminium4))))
 
     ;; xref mode.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]