holomorph / transmission

Emacs interface to a Transmission session
GNU General Public License v3.0
85 stars 11 forks source link

replaced obsolete function (url-get-url-at-point) with (thing-at-poin… #16

Open pyrenaica opened 3 years ago

pyrenaica commented 3 years ago

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.

tamwile commented 3 years ago

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.

xFA25E commented 2 years ago

It became obsoleted only in Emacs 27.1

This package depends on Emacs 24.4