; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).

This commit is contained in:
Eli Zaretskii 2023-09-02 15:01:23 +03:00
parent f48dccc467
commit 524c0c34f2

View file

@ -174,7 +174,8 @@ Note this name may be omitted if it equals the default
"\\`/\\(afs\\|net\\)/."
;; afs only: (and (file-exists-p "/afs") "\\`/afs/.")
"Matching file names are treated as remote. Use nil to disable."
:type 'regexp
:type '(choice (const :tag "Disable" nil)
regexp)
:group 'ffap)
(defvar ffap-url-regexp