(ffap-url-regexp): Add `https'.

This commit is contained in:
Gerd Moellmann 2000-05-23 15:27:21 +00:00
parent c1c5790dfd
commit 1d34daaee7

View file

@ -164,7 +164,7 @@ Note this name may be omitted if it equals the default
"\\`\\("
"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.")