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

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

[elpa] externals/rcirc-color e40b6d1ba0 6/6: * rcirc-color.el (rcirc-do-


From: Philip Kaludercic
Subject: [elpa] externals/rcirc-color e40b6d1ba0 6/6: * rcirc-color.el (rcirc-do-color): Respect color-other-attributes
Date: Fri, 30 Sep 2022 08:37:50 -0400 (EDT)

branch: externals/rcirc-color
commit e40b6d1ba0d668568eb418e345d33dd227c9d109
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    * rcirc-color.el (rcirc-do-color): Respect color-other-attributes
---
 rcirc-color.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rcirc-color.el b/rcirc-color.el
index 1c9a0cfced..1e129ceaa7 100644
--- a/rcirc-color.el
+++ b/rcirc-color.el
@@ -160,7 +160,7 @@ commands."
                      (mapconcat 'identity names " ")))
     (let* ((index (random (length rcirc-colors)))
            (color (elt rcirc-colors index))
-           (face (cons 'foreground-color color)))
+           (face `(:foreground ,color ,@rcirc-color-other-attributes)))
       (puthash nick face rcirc-color-mapping))))
 
 (defun rcirc-color--handler-NICK (_process sender args _text)



reply via email to

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