emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fc79bb6ffc 02/10: * lisp/ffap.el (ffap-url-regexp): Add gemini.


From: Stefan Kangas
Subject: master fc79bb6ffc 02/10: * lisp/ffap.el (ffap-url-regexp): Add gemini.
Date: Sat, 30 Jul 2022 06:12:06 -0400 (EDT)

branch: master
commit fc79bb6ffc90d68b450b8be88ce5c69429fcc275
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/ffap.el (ffap-url-regexp): Add gemini.
---
 lisp/ffap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ffap.el b/lisp/ffap.el
index ffed9f9759..9ed17125de 100644
--- 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]