aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/browse-url.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 39513b8f602..d59a314c26e 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -240,7 +240,7 @@ be used instead."
240 (concat 240 (concat
241 "\\(?:" 241 "\\(?:"
242 ;; Match paired parentheses, e.g. in Wikipedia URLs: 242 ;; Match paired parentheses, e.g. in Wikipedia URLs:
243 ;; http://thread.gmane.org/47B4E3B2.3050402@gmail.com 243 ;; http://thread.gmane.org/47B4E3B2.3050402@gmail.com [dead link]
244 "[" chars punct "]+" "(" "[" chars punct "]+" ")" 244 "[" chars punct "]+" "(" "[" chars punct "]+" ")"
245 "\\(?:" "[" chars punct "]+" "[" chars "]" "\\)?" 245 "\\(?:" "[" chars punct "]+" "[" chars "]" "\\)?"
246 "\\|" 246 "\\|"