jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

‘find-tag’ is an obsolete function #160

Closed lassik closed 4 years ago

lassik commented 4 years ago

The Emacs 26.3 byte-compiler says:

In elm-mode-goto-tag-at-point:
elm-tags.el:50:6:Warning: ‘find-tag’ is an obsolete function (as of 25.1); use
    ‘xref-find-definitions’ instead.
purcell commented 4 years ago

Thanks. I've just added a basic CI build for this project.