Skip to content

Commit

Permalink
Suppress byte-compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Aug 18, 2015
1 parent 42d5d76 commit 23c8c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
nil
t))

(make-obsolete #'haskell-process-completions-at-point
#'haskell-completions-sync-completions-at-point
(make-obsolete 'haskell-process-completions-at-point
'haskell-completions-sync-completions-at-point
"June 19, 2015")
(defun haskell-process-completions-at-point ()
"A completion-at-point function using the current haskell process."
Expand Down

0 comments on commit 23c8c64

Please sign in to comment.