diff options
-rw-r--r-- | rt-liberation.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-liberation.el b/rt-liberation.el index 7d9612e..796f606 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1209,7 +1209,7 @@ ASSOC-BROWSER if non-nil should be a ticket browser." "Face for less important text.") (defconst rt-liber-viewer2-font-lock-keywords - `(("^.*$" 0 'font-lock-comment-face)) + `(("^Ticket.*$" 0 'rt-liber-ticket-subdued-face)) "Expressions to font-lock for RT ticket viewer.") |