X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=semi-def.el;fp=semi-def.el;h=076d65f5f2e20169fddc83b550265ab00bfe8bd1;hb=530607662c286963512a461167fa40b43a6b7b34;hp=5e6fa0f9c26f1b70f9e777b79df65534a89effa5;hpb=755c062541ca8155aeefe87214685c9167ab8c28;p=elisp%2Fsemi.git diff --git a/semi-def.el b/semi-def.el index 5e6fa0f..076d65f 100644 --- a/semi-def.el +++ b/semi-def.el @@ -103,7 +103,7 @@ ;;; (defcustom mime-browse-url-regexp - (concat "\\(http\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):" + (concat "\\(https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):" "\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?" "[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]") "*Regexp to match URL in text body."