Mercurial > emacs
changeset 29115:4d1a63ff990f
(ffap-url-regexp): Add `https'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 23 May 2000 15:27:21 +0000 |
parents | 75934a6b869c |
children | 194ae2469256 |
files | lisp/ffap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Tue May 23 15:11:48 2000 +0000 +++ b/lisp/ffap.el Tue May 23 15:27:21 2000 +0000 @@ -164,7 +164,7 @@ "\\`\\(" "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok "\\|" - "\\(ftp\\|http\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host + "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host "\\)." ; require one more character ) "Regexp matching URL's. nil to disable URL features in ffap.")