emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c37ef75: * lisp/thingatpt.el (thing-at-point-uri-sc


From: Stefan Monnier
Subject: [Emacs-diffs] master c37ef75: * lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"
Date: Thu, 03 Sep 2015 15:50:02 +0000

branch: master
commit c37ef7546d22e801f247ee9d4fef1a9d6b21ac1a
Author: Mark Oteiza <address@hidden>
Commit: Stefan Monnier <address@hidden>

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

diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 84ffcca..6e90b26 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



reply via email to

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