diff options
| author | Mark Oteiza | 2016-01-13 20:08:05 -0500 |
|---|---|---|
| committer | Mark Oteiza | 2016-01-13 20:18:53 -0500 |
| commit | a70b0642829576e5fba9a1369db99517cf055600 (patch) | |
| tree | 8c0c9519f2827c1490fd1418c026997389af2a2c | |
| parent | 78c8718fd3a7bc08a2307f8751b3920d3fc9b763 (diff) | |
| download | emacs-a70b0642829576e5fba9a1369db99517cf055600.tar.gz emacs-a70b0642829576e5fba9a1369db99517cf055600.zip | |
* lisp/thingatpt.el (thing-at-point-uri-schemes): Add "magnet:"
| -rw-r--r-- | lisp/thingatpt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 9794d002149..1686c02ada3 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -280,8 +280,8 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") | |||
| 280 | "finger://" "fish://" "ftp://" "geo:" "git://" "go:" "gopher://" | 280 | "finger://" "fish://" "ftp://" "geo:" "git://" "go:" "gopher://" |
| 281 | "h323:" "http://" "https://" "im:" "imap://" "info:" "ipp:" | 281 | "h323:" "http://" "https://" "im:" "imap://" "info:" "ipp:" |
| 282 | "irc://" "irc6://" "ircs://" "iris.beep:" "jar:" "ldap://" | 282 | "irc://" "irc6://" "ircs://" "iris.beep:" "jar:" "ldap://" |
| 283 | "ldaps://" "mailto:" "mid:" "mtqp://" "mupdate://" "news:" | 283 | "ldaps://" "magnet:" "mailto:" "mid:" "mtqp://" "mupdate://" |
| 284 | "nfs://" "nntp://" "opaquelocktoken:" "pop://" "pres:" | 284 | "news:" "nfs://" "nntp://" "opaquelocktoken:" "pop://" "pres:" |
| 285 | "resource://" "rmi://" "rsync://" "rtsp://" "rtspu://" "service:" | 285 | "resource://" "rmi://" "rsync://" "rtsp://" "rtspu://" "service:" |
| 286 | "sftp://" "sip:" "sips:" "smb://" "sms:" "snmp://" "soap.beep://" | 286 | "sftp://" "sip:" "sips:" "smb://" "sms:" "snmp://" "soap.beep://" |
| 287 | "soap.beeps://" "ssh://" "svn://" "svn+ssh://" "tag:" "tel:" | 287 | "soap.beeps://" "ssh://" "svn://" "svn+ssh://" "tag:" "tel:" |