X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=murk.el;h=09bda81eade2e5e223a7f227390f402771cd46a8;hb=99b0e06f0d24b84345a1938302c2fa94b87d9999;hp=2b21449e24f50e950a914976e8262d62c929c4de;hpb=ab967a9257e9b1bd41cc97bf03f6eaba8507bee8;p=lurk.git diff --git a/murk.el b/murk.el index 2b21449..09bda81 100644 --- a/murk.el +++ b/murk.el @@ -583,7 +583,9 @@ The head of this list is always the current context.") (murk-get-context server)))) (murk-display-string context - (concat (murk-context->string context) " *") + (propertize + (concat (murk-context->string context) " *") + 'face (murk-get-context-facelist context)) from " " action-text))) (defun murk-display-notice (context &rest notices)