mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(ffap-url-regexp): Add `https'.
This commit is contained in:
parent
c1c5790dfd
commit
1d34daaee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue