diff options
author | Arun Isaac | 2022-06-26 00:40:23 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-26 00:40:23 +0530 |
commit | 67d98059b8150d918886fc61bdc176820181971c (patch) | |
tree | d97e31eea7a70081118e29134c55ca487f7c903a | |
parent | 6ff829232905012d2d8e17a06a8c0340feff42bf (diff) | |
download | tissue-67d98059b8150d918886fc61bdc176820181971c.tar.gz tissue-67d98059b8150d918886fc61bdc176820181971c.tar.lz tissue-67d98059b8150d918886fc61bdc176820181971c.zip |
bin: Remove obsolete comment about highlighting keywords.
* bin/tissue (print-issue): Remove obsolete comment about highlighting
keywords.
-rwxr-xr-x | bin/tissue | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |