X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/fa2fa45e4ea2e767e1b678b4f303d0f64846df1a..8ee1e4b4d295c6ec8c67ec40f6f9bc493ff7bf8c:/contrib/stgit.el diff --git a/contrib/stgit.el b/contrib/stgit.el index ba6df6a..339ef13 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -107,7 +107,7 @@ (defun stgit-rescan () (cond ((looking-at "Branch: \\(.*\\)") (put-text-property (match-beginning 1) (match-end 1) 'face 'bold)) - ((looking-at "\\([>+-]\\)\\( \\)\\([^ ]+\\) *| \\(.*\\)") + ((looking-at "\\([>+-]\\)\\( \\)\\([^ ]+\\) *[|#] \\(.*\\)") (let ((state (match-string 1)) (patchsym (intern (match-string 3)))) (put-text-property