From 1d34daaee79726d7db1e253c3dbf8d70fe544d19 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 23 May 2000 15:27:21 +0000 Subject: (ffap-url-regexp): Add `https'. --- lisp/ffap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ffap.el') diff --git a/lisp/ffap.el b/lisp/ffap.el index 0bec1d7a1f..720142b218 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.") -- cgit v1.2.3