projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48dccc
)
; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Sep 2023 12:01:23 +0000
(15:01 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Sep 2023 12:01:23 +0000
(15:01 +0300)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index 57f5271708b62a498e6f60d167b31583f75c0add..2c99f88d505d21887c8281f3040e2cd0b4e7e7d1 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-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