Skip to content

Commit 402aede

Browse files
MorganJamesSmithjpgrayson
authored andcommitted
stgit.el: Allow empty descriptions
1 parent a07ac34 commit 402aede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/stgit.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ using (make-hash-table :test \='equal)."
727727
(match-string 0))))
728728
(while (not (eobp))
729729
(unless (looking-at
730-
"\\([*0 ]\\)\\([>+-]\\)\\( \\)\\([^ ]+\\) *[|#] \\(.*\\)")
730+
"\\([*0 ]\\)\\([>+-]\\)\\( \\)\\([^ ]+\\) *[|#] ?\\(.*\\)")
731731
(error "Syntax error in output from stg series"))
732732
(let* ((state-str (match-string 2))
733733
(state (cond ((string= state-str ">") 'top)

0 commit comments

Comments
 (0)