diff options
| author | Stefan Kangas | 2022-07-29 10:45:40 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-30 11:36:36 +0200 |
| commit | fc79bb6ffc90d68b450b8be88ce5c69429fcc275 (patch) | |
| tree | e2e356197cfe4c3d4dcaf2f2c94c86ea3f49c27d | |
| parent | 53b1e6f96cb03a461061e1e21cd185dd8a82ce6b (diff) | |
| download | emacs-fc79bb6ffc90d68b450b8be88ce5c69429fcc275.tar.gz emacs-fc79bb6ffc90d68b450b8be88ce5c69429fcc275.zip | |
* lisp/ffap.el (ffap-url-regexp): Add gemini.
| -rw-r--r-- | lisp/ffap.el | 2 |
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. |
| 191 | If the value is nil, disable URL-matching features in ffap.") | 191 | If the value is nil, disable URL-matching features in ffap.") |