From: Joakim Verona Date: Wed, 6 Aug 2008 22:36:55 +0000 (+0000) Subject: Fix for bug #572, removed () from url regexp. X-Git-Tag: emacs-pretest-23.0.90~3592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42986283a1965507376b314ab57d47b9a38c80a1;p=emacs.git Fix for bug #572, removed () from url regexp. --- diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 095ad0fbe16..6268d96c526 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