File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ PREFIX should be a list such one returned by
301
301
haskell-completions--keywords)))))
302
302
(list beg end candidates)))))
303
303
304
-
304
+ ;;;### autoload
305
305
(defun haskell-completions-completion-at-point ()
306
306
" Provide completion list for thing at point.
307
307
This function is used in non-interactive `haskell-mode' . It
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ Minor modes that work well with `haskell-mode':
838
838
(add-hook 'after-save-hook 'haskell-mode-after-save-handler nil t )
839
839
; ; provide non-interactive completion function
840
840
(add-hook 'completion-at-point-functions
841
- # 'haskell-completions-completion-at-point
841
+ 'haskell-completions-completion-at-point
842
842
nil
843
843
t )
844
844
(haskell-indentation-mode ))
You can’t perform that action at this time.
0 commit comments