lepisma / cricbuzz.el

Live cricket scores and schedule for emacs
GNU General Public License v3.0
14 stars 4 forks source link

Fix byte-compile warnings #1

Closed syohex closed 8 years ago

syohex commented 8 years ago

There are following byte-compile warnings.

In cricbuzz-get-time:
cricbuzz.el:60:5:Warning: ‘string-to-int’ is an obsolete function (as of
    22.1); use ‘string-to-number’ instead.

In cricbuzz-get-live-scores:
cricbuzz.el:155:19:Warning: reference to free variable ‘org-agenda-files’
cricbuzz.el:155:19:Warning: assignment to free variable ‘org-agenda-files’

In end of data:
cricbuzz.el:338:1:Warning: the following functions are not known to be defined: org-todo,
    org-set-property, org-table-next-field, org-table-create,
    org-table-insert-hline, org-table-next-row, org-table-align,
    org-get-property-block
lepisma commented 8 years ago

Forgot to add org Thanks !