diff options
author | Michael Olson <mwolson@gnu.org> | 2007-09-08 03:07:09 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-09-08 03:07:09 +0000 |
commit | 526dc846a10978763f1d5c883c0ec61fe43fb9bf (patch) | |
tree | 3bbde03d323d54c6fa8065eff28d1a25ca6502c2 /lisp/erc/erc-button.el | |
parent | 9a4d5e0c05815ade4cf75523b54686594dcb9dfc (diff) | |
download | emacs-526dc846a10978763f1d5c883c0ec61fe43fb9bf.tar.gz emacs-526dc846a10978763f1d5c883c0ec61fe43fb9bf.tar.bz2 emacs-526dc846a10978763f1d5c883c0ec61fe43fb9bf.zip |
Sync ERC 5.3 (devel) from upstream
Diffstat (limited to 'lisp/erc/erc-button.el')
-rw-r--r-- | lisp/erc/erc-button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 35a20d5279f..81c604d0538 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -99,7 +99,7 @@ above them." (concat "\\(www\\.\\|\\(s?https?\\|" "ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\)" "\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?" - "[-a-zA-Z0-9_=!?#$@~`%&*+\\/:;.,]+[-a-zA-Z0-9_=#$@~`%&*+\\/]") + "[-a-zA-Z0-9_=!?#$@~`%&*+\\/:;.,()]+[-a-zA-Z0-9_=#$@~`%&*+\\/()]") "Regular expression that matches URLs." :group 'erc-button :type 'regexp) |