From 9510d9053e58e51a7c36bd31e193a1f2c8bb4c29 Mon Sep 17 00:00:00 2001 From: Wanderson Ferreira Date: Sun, 10 Oct 2021 00:45:16 -0300 Subject: [PATCH] revert "~" to "~ " --- github-review.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-review.el b/github-review.el index 02c7a26..92a2874 100644 --- a/github-review.el +++ b/github-review.el @@ -225,7 +225,7 @@ CALLBACK will be called back when done" (defun github-review-previous-comment? (l) "Return t if L, a string, is a comment from previous review." - (string-prefix-p "~" l)) + (string-prefix-p "~ " l)) (defun github-review-is-start-of-file-hunk? (l) "Return t if L, a string that start with 'diff' marking the start of a file hunk."