* semi-def.el (mime-browse-url-regexp): Add ";".
authorueno <ueno>
Mon, 10 Sep 2001 17:19:16 +0000 (17:19 +0000)
committerueno <ueno>
Mon, 10 Sep 2001 17:19:16 +0000 (17:19 +0000)
semi-def.el

index cedf911..2745c96 100644 (file)
@@ -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)