# HG changeset patch # User Gerd Moellmann # Date 959095641 0 # Node ID 4d1a63ff990f2433c30d9c3bcf91da9087367235 # Parent 75934a6b869c66da8fe8036b9b4b31f0e32bd473 (ffap-url-regexp): Add `https'. diff -r 75934a6b869c -r 4d1a63ff990f lisp/ffap.el --- 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.")