From c37ef7546d22e801f247ee9d4fef1a9d6b21ac1a Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Thu, 3 Sep 2015 11:49:57 -0400 Subject: [PATCH] * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:" (bug#19441) --- lisp/thingatpt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 84ffcca5290..6e90b265082 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -289,7 +289,7 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") "uuid:" "vemmi://" "webcal://" "xri://" "xmlrpc.beep://" "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:" ;; Compatibility - "fax:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" + "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" "wais://") "List of URI schemes recognized by `thing-at-point-url-at-point'. Each string in this list should correspond to the start of a -- 2.39.2