SqrtMinusOne / lyrics-fetcher.el

Fetch song lyrics and album covers. Integrates with EMMS
GNU General Public License v3.0
19 stars 4 forks source link

Fix byte-compile warnings #2

Closed syohex closed 3 years ago

syohex commented 3 years ago
In lyrics-fetcher--open-lyrics:
lyrics-fetcher.el:389:50:Warning: assignment to free variable
    ‘lyrics-fetcher-current-track’

In lyrics-fetcher-view-update-lyrics:
lyrics-fetcher.el:412:4:Warning: reference to free variable
    ‘lyrics-fetcher-current-track’

In end of data:
lyrics-fetcher.el:514:1:Warning: the function ‘emms-browser-bdata-at-point’ is
    not known to be defined.

In lyrics-fetcher-genius--get-data-from-response:
lyrics-fetcher-genius.el:154:57:Warning: ‘error’ called with 1 args to fill 0
    format field(s)

In lyrics-fetcher-genius--save-album-url:
lyrics-fetcher-genius.el:263:57:Warning: ‘error’ called with 1 args to fill 0
    format field(s)
SqrtMinusOne commented 3 years ago

Thanks once again. Somehow I missed those, now I've run Emacs in MELPA sandbox and got all 5