Skip to content

Commit 01260cf

Browse files
committed
Merge pull request #578 from gracjan/pr-looking-back-limit
Add limit to looking-back to make Emacs 25 happy.
2 parents 40ebf9e + ae1a128 commit 01260cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haskell.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"import" (1+ space)
6868
(? "qualified" (1+ space))
6969
(group (? (char upper) ; modid
70-
(* (char alnum ?' ?.))))))
70+
(* (char alnum ?' ?.)))))
71+
(line-beginning-position))
7172
(let ((text (match-string-no-properties 0))
7273
(start (match-beginning 1))
7374
(end (match-end 1)))

0 commit comments

Comments
 (0)