X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=96b93aeb87ca17829e54a061d1fe7f3a9c5f0a5b;hp=531e426191d805afe9316bcf7cc2aaf193a5095c;hb=5b5f1cc35df3846056af4179cbf30296d99af506;hpb=d874c02a112bb7e965a86955ecc88d379b0358c0 diff --git a/lurk.el b/lurk.el index 531e426..96b93ae 100644 --- a/lurk.el +++ b/lurk.el @@ -487,7 +487,9 @@ portion of the source component of the message, as LURK doesn't use this.") (if (equal to lurk-nick) from to)))) (lurk-display-string context - (concat context " * " from) + (propertize + (concat context " * " from) + 'face (lurk-get-context-facelist context)) action-text))) (defun lurk-display-notice (context &rest notices)