From: Gerd Moellmann Date: Tue, 23 May 2000 15:27:21 +0000 (+0000) Subject: (ffap-url-regexp): Add `https'. X-Git-Tag: emacs-pretest-21.0.90~3784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d34daaee79726d7db1e253c3dbf8d70fe544d19;p=emacs.git (ffap-url-regexp): Add `https'. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 0bec1d7a1ff..720142b2181 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -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.")