; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).
This commit is contained in:
parent
f48dccc467
commit
524c0c34f2
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ Note this name may be omitted if it equals the default
|
||||||
"\\`/\\(afs\\|net\\)/."
|
"\\`/\\(afs\\|net\\)/."
|
||||||
;; afs only: (and (file-exists-p "/afs") "\\`/afs/.")
|
;; afs only: (and (file-exists-p "/afs") "\\`/afs/.")
|
||||||
"Matching file names are treated as remote. Use nil to disable."
|
"Matching file names are treated as remote. Use nil to disable."
|
||||||
:type 'regexp
|
:type '(choice (const :tag "Disable" nil)
|
||||||
|
regexp)
|
||||||
:group 'ffap)
|
:group 'ffap)
|
||||||
|
|
||||||
(defvar ffap-url-regexp
|
(defvar ffap-url-regexp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue