aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-18 19:50:48 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-18 19:50:48 +0000
commit2149a4c2375e9c73c85c7375565affe3212b6710 (patch)
treecad2b7171268a19c6c4791e4256b3526ae7f3c43
parent336e842a4b955f738fb1ca5f9336151d030c4daa (diff)
QUICK-FIX: Link regexp Fixes #74
-rw-r--r--sx-question-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index fa58512..089ee12 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -443,7 +443,7 @@ If ID is nil, use ID2 instead."
(save-match-data
(goto-char (point-min))
(when (search-forward-regexp
- (format (rx line-start (0+ blank) "[%s]:" (1+ blank)
+ (format (rx line-start (0+ blank) "[%s]:" (0+ blank)
(group-n 1 (1+ (not blank))))
(or id id2))
nil t)