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