cute-jumper / gscholar-bibtex

Retrieve BibTeX entries from Google Scholar, ACM Digital Library, IEEE Xplore and DBLP
108 stars 12 forks source link

Fix byte compile warning #1

Closed syohex closed 9 years ago

syohex commented 9 years ago

I got following warnings when byte-compiled.

gscholar-bibtex.el:83:1:Warning: defface for `gscholar-bibtex-title' fails to
    specify containing group
gscholar-bibtex.el:87:1:Warning: defface for `gscholar-bibtex-subtitle' fails
    to specify containing group
gscholar-bibtex.el:116:7:Warning: assignment to free variable
    `gscholar-bibtex-local-mode-map'

In gscholar-bibtex-mode:
gscholar-bibtex.el:131:18:Warning: reference to free variable
    `gscholar-bibtex-local-mode-map'

In gscholar-bibtex:
gscholar-bibtex.el:346:25:Warning: assignment to free variable `titles'
gscholar-bibtex.el:350:57:Warning: assignment to free variable `subtitles'
gscholar-bibtex.el:347:59:Warning: reference to free variable `titles'
gscholar-bibtex.el:350:16:Warning: reference to free variable `subtitles'
cute-jumper commented 9 years ago

Thank you! Merged. I should look at the byte-compile warnings before I create the pull request.