From 42986283a1965507376b314ab57d47b9a38c80a1 Mon Sep 17 00:00:00 2001 From: Joakim Verona Date: Wed, 6 Aug 2008 22:36:55 +0000 Subject: [PATCH] Fix for bug #572, removed () from url regexp. --- lisp/thingatpt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 095ad0fbe1..6268d96c52 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -208,7 +208,7 @@ a symbol as a valid THING." (goto-char (point-min))))) (defvar thing-at-point-url-path-regexp - "[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+" + "[^]\t\n \"'<>[^`{}]*[^]\t\n \"'<>[^`{}.,;]+" "A regular expression probably matching the host and filename or e-mail part of a URL.") (defvar thing-at-point-short-url-regexp -- 2.20.1