misohena / el-jma

Emacs Interface for Japan Meteorological Agency Data
https://misohena.jp/blog/2022-02-23-access-to-jma-weather-forecast-from-emacs.html
9 stars 2 forks source link

Fix byte-compile warnings #1

Closed syohex closed 2 years ago

syohex commented 2 years ago
In jma-forecast-area-read:
jma-forecast.el:476:12: Warning: ‘interactive-p’ is an obsolete function (as
    of 23.2); use ‘called-interactively-p’ instead.

In end of data:
jma-forecast.el:226:4: Warning: the function ‘parse-iso8601-time-string’ is
    not known to be defined.
misohena commented 2 years ago

ありがとうございます!