Fix for bug #572, removed () from url regexp.
authorJoakim Verona <joakim@verona.se>
Wed, 6 Aug 2008 22:36:55 +0000 (22:36 +0000)
committerJoakim Verona <joakim@verona.se>
Wed, 6 Aug 2008 22:36:55 +0000 (22:36 +0000)
lisp/thingatpt.el

index 095ad0f..6268d96 100644 (file)
@@ -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