From 67d98059b8150d918886fc61bdc176820181971c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 26 Jun 2022 00:40:23 +0530 Subject: bin: Remove obsolete comment about highlighting keywords. * bin/tissue (print-issue): Remove obsolete comment about highlighting keywords. --- bin/tissue | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/tissue b/bin/tissue index b1c90f2..cca08d3 100755 --- a/bin/tissue +++ b/bin/tissue @@ -95,8 +95,6 @@ to run tissue." "Print ISSUE." (let ((number-of-posts (length (issue-posts issue)))) (display (colorize-string (issue-title issue) 'MAGENTA 'UNDERLINE)) - ;; Highlight keywords containing "bug" or "critical" as whole - ;; words in red. Else, highlight in blue. (unless (null? (issue-keywords issue)) (display " ") (display (string-join (map (cut colorize-string <> 'ON-BLUE) -- cgit v1.2.3