aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-07-29 10:45:40 +0200
committerStefan Kangas2022-07-30 11:36:36 +0200
commitfc79bb6ffc90d68b450b8be88ce5c69429fcc275 (patch)
treee2e356197cfe4c3d4dcaf2f2c94c86ea3f49c27d
parent53b1e6f96cb03a461061e1e21cd185dd8a82ce6b (diff)
downloademacs-fc79bb6ffc90d68b450b8be88ce5c69429fcc275.tar.gz
emacs-fc79bb6ffc90d68b450b8be88ce5c69429fcc275.zip
* lisp/ffap.el (ffap-url-regexp): Add gemini.
-rw-r--r--lisp/ffap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index ffed9f9759d..9ed17125de4 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -185,7 +185,7 @@ Note this name may be omitted if it equals the default
185 "\\(" 185 "\\("
186 "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok 186 "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok
187 "\\|" 187 "\\|"
188 "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host 188 "\\(ftp\\|https?\\|telnet\\|gopher\\|gemini\\|www\\|wais\\)://" ; needs host
189 "\\)") 189 "\\)")
190 "Regexp matching the beginning of a URI, for ffap. 190 "Regexp matching the beginning of a URI, for ffap.
191If the value is nil, disable URL-matching features in ffap.") 191If the value is nil, disable URL-matching features in ffap.")