From: ueno Date: Mon, 10 Sep 2001 17:19:16 +0000 (+0000) Subject: * semi-def.el (mime-browse-url-regexp): Add ";". X-Git-Tag: emiko-1_14_0~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a78a417369321bebcc1c8057c698560a5bbcdd9b;p=elisp%2Fsemi.git * semi-def.el (mime-browse-url-regexp): Add ";". --- diff --git a/semi-def.el b/semi-def.el index cedf911..2745c96 100644 --- a/semi-def.el +++ b/semi-def.el @@ -79,7 +79,7 @@ (defcustom mime-browse-url-regexp (concat "\\(https?\\|ftps?\\|file\\|gopher\\|news\\|nntps?\\|telnets?\\|wais\\|mailto\\):" "\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?" - "[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]") + "[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,;]*[-a-zA-Z0-9_=#$@~`%&*+|\\/;]") "Regexp to match URL in text body." :group 'mime :type 'regexp)