rmuslimov / browse-at-remote

Browse target page on github/bitbucket from emacs buffers
233 stars 54 forks source link

Fix package #14

Closed syohex closed 8 years ago

syohex commented 8 years ago

There are following byte-compile warnings.

In browse-at-remote/get-remote-type:
browse-at-remote.el:112:13:Warning: reference to free variable `for'
browse-at-remote.el:112:17:Warning: reference to free variable `pt'
browse-at-remote.el:112:20:Warning: reference to free variable `in'
browse-at-remote.el:113:13:Warning: reference to free variable `when'
browse-at-remote.el:114:13:Warning: reference to free variable `return'
browse-at-remote.el:137:1:Warning: Unused lexical argument `lineend'

In browse-at-remote/get-url:
browse-at-remote.el:212:21:Warning: `beginning-of-buffer' is for interactive
    use only; use `(goto-char (point-min))' instead.

In end of data:
browse-at-remote.el:266:1:Warning: the following functions are not known to be defined: vc-git--call,
    loop, vc-git-working-revision, vc-git-root 
rmuslimov commented 8 years ago

I haven't check warnings before, will do next time. thanks!