The Lambda Lab
/
projects
/
lurk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d874c02
)
Fixed action face.
author
plugd
<plugd@thelambdalab.xyz>
Thu, 8 Jul 2021 10:16:41 +0000
(12:16 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Thu, 8 Jul 2021 10:16:41 +0000
(12:16 +0200)
lurk.el
patch
|
blob
|
history
diff --git
a/lurk.el
b/lurk.el
index
531e426
..
96b93ae
100644
(file)
--- 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)