projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b1e6f
)
* lisp/ffap.el (ffap-url-regexp): Add gemini.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 29 Jul 2022 08:45:40 +0000
(10:45 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 30 Jul 2022 09:36:36 +0000
(11:36 +0200)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index ffed9f9759d1f214a0ca7882907dd650b873f0a6..9ed17125de489f100af87db97f2fde19dee49f20 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-185,7
+185,7
@@
Note this name may be omitted if it equals the default
"\\("
"news\\(post\\)?:\\|mailto:\\|file:" ; no host ok
"\\|"
- "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host
+ "\\(ftp\\|https?\\|telnet\\|gopher\\|
gemini\\|
www\\|wais\\)://" ; needs host
"\\)")
"Regexp matching the beginning of a URI, for ffap.
If the value is nil, disable URL-matching features in ffap.")