We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac101f commit 7aeba53Copy full SHA for 7aeba53
haskell-mode.el
@@ -642,7 +642,7 @@ comment. May return a qualified name."
642
;; First, skip whitespace if we're on it, moving point to last
643
;; identifier char. That way, if we're at "map ", we'll see the word
644
;; "map".
645
- (when (and (looking-at (rx eol))
+ (when (and (eolp)
646
(not (bolp)))
647
(backward-char))
648
(when (and (not (eobp))
0 commit comments