emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a70b064: * lisp/thingatpt.el (thing-at-point-uri-


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-25 a70b064: * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "magnet:"
Date: Thu, 14 Jan 2016 01:19:01 +0000

branch: emacs-25
commit a70b0642829576e5fba9a1369db99517cf055600
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "magnet:"
---
 lisp/thingatpt.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 9794d00..1686c02 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -280,8 +280,8 @@ If nil, construct the regexp from 
`thing-at-point-uri-schemes'.")
     "finger://" "fish://" "ftp://"; "geo:" "git://" "go:" "gopher://";
     "h323:" "http://"; "https://"; "im:" "imap://" "info:" "ipp:"
     "irc://" "irc6://" "ircs://" "iris.beep:" "jar:" "ldap://";
-    "ldaps://" "mailto:"; "mid:"  "mtqp://" "mupdate://" "news:";
-    "nfs://" "nntp://"; "opaquelocktoken:" "pop://" "pres:"
+    "ldaps://" "magnet:" "mailto:"; "mid:"  "mtqp://" "mupdate://"
+    "news:"; "nfs://" "nntp://"; "opaquelocktoken:" "pop://" "pres:"
     "resource://" "rmi://" "rsync://" "rtsp://" "rtspu://" "service:"
     "sftp://"; "sip:" "sips:" "smb://" "sms:" "snmp://" "soap.beep://"
     "soap.beeps://" "ssh://" "svn://" "svn+ssh://" "tag:" "tel:"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]