]> git.eshelyaron.com Git - emacs.git/commitdiff
(ffap-url-regexp): Add `https'.
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 15:27:21 +0000 (15:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 15:27:21 +0000 (15:27 +0000)
lisp/ffap.el

index 0bec1d7a1ff4ce8918cecb929c6f03e9832042e1..720142b2181e55f8afa9c1db167399695279f13e 100644 (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.")