branch: externals/hyperbole commit b3e5e5a53b973d52bec6751a1985f57897cd0eae Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@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 <ma...@gnu.org> + +* hui-em-but.el (hbut-item-face): Fix typo. + 2021-06-01 Mats Lidell <ma...@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")