backport since module can't be completed.
This commit is contained in:
parent
2e28a09aa9
commit
ca50279546
@ -177,7 +177,7 @@ unloaded modules are loaded")
|
|||||||
(defun ghc-completion-start-point ()
|
(defun ghc-completion-start-point ()
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(let ((beg (save-excursion (beginning-of-line) (point))))
|
(let ((beg (save-excursion (beginning-of-line) (point))))
|
||||||
(if (re-search-backward "[ (.,`]" beg t)
|
(if (re-search-backward "[ (,`]" beg t) ;; xxx "."
|
||||||
(1+ (point))
|
(1+ (point))
|
||||||
beg))))
|
beg))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user