transmission
transmission copied to clipboard
replaced obsolete function (url-get-url-at-point) with (thing-at-poin…
Installing or upgrading transmission.el gives the following warning In transmission-ffap: transmission.el:815:8:Warning: ‘url-get-url-at-point’ is an obsolete function (as of 27.1); use ‘thing-at-point-url-at-point’ instead.
So I changed url-get-url-at-point to the recommended thing-at-point-url-at-point.
When i replace ‘url-get-url-at-point’ by ‘thing-at-point-url-at-point’ i get this warning :
the function ‘thing-at-point-url-at-point’ is not known to be defined.
Though i still have the same warning as pyrenaica if i don't touch the code.
It became obsoleted only in Emacs 27.1
This package depends on Emacs 24.4