Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress byte-compile warning #816

Merged
merged 1 commit into from Aug 18, 2015

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Aug 18, 2015

' should be used rather than #' in make-obsolete and #' causes byte-compile warning. You can get following warning by following steps.

  1. byte-compile haskell.el
  2. load haskell.elc
  3. byte-compile haskell.el
haskell.el:67:2:Warning: `haskell-process-completions-at-point' is an obsolete
    function (as of June 19, 2015); use
    `haskell-completions-sync-completions-at-point' instead.

gracjan added a commit that referenced this pull request Aug 18, 2015
@gracjan gracjan merged commit 92c5cfb into haskell:master Aug 18, 2015
@gracjan
Copy link
Contributor

gracjan commented Aug 18, 2015

Nice catch. Thanks.

@syohex syohex deleted the suppress-byte-compile-warnings branch August 18, 2015 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants