diff options
author | Joakim Verona <joakim@verona.se> | 2008-08-06 22:36:55 +0000 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2008-08-06 22:36:55 +0000 |
commit | 42986283a1965507376b314ab57d47b9a38c80a1 (patch) | |
tree | 969acf19a2261932e4f443a2f6f7ce3bfb091115 /lisp/thingatpt.el | |
parent | 3353f8703a8b9a2bdec4bf6e09609b1350f37487 (diff) | |
download | emacs-42986283a1965507376b314ab57d47b9a38c80a1.tar.gz |
Fix for bug #572, removed () from url regexp.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |