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

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

[elpa] externals/hyperbole b3e5e5a: Fix typo in face definition (#99)


From: ELPA Syncer
Subject: [elpa] externals/hyperbole b3e5e5a: Fix typo in face definition (#99)
Date: Sat, 5 Jun 2021 23:57:21 -0400 (EDT)

branch: externals/hyperbole
commit b3e5e5a53b973d52bec6751a1985f57897cd0eae
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Fix typo in face definition (#99)
---
 ChangeLog     | 4 ++++
 hui-em-but.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1ee2948..68185f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-06  Mats Lidell  <matsl@gnu.org>
+
+* hui-em-but.el (hbut-item-face): Fix typo.
+
 2021-06-01  Mats Lidell  <matsl@gnu.org>
 
 * test/hbut-tests.el (ebut-program-shell-cmd)
diff --git a/hui-em-but.el b/hui-em-but.el
index 83f9f79..e1016ba 100644
--- a/hui-em-but.el
+++ b/hui-em-but.el
@@ -102,7 +102,7 @@
      :background "yellow")
     (((class color) (min-colors 16) (background light))
      :background "yellow")
-    (((class color) (in-colors 16) (background dark))
+    (((class color) (min-colors 16) (background dark))
      :background "yellow")
     (((class color) (min-colors 8))
      :background "yellow" :foreground "black")



reply via email to

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