]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2023 12:01:23 +0000 (15:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Sep 2023 12:01:23 +0000 (15:01 +0300)
lisp/ffap.el

index 57f5271708b62a498e6f60d167b31583f75c0add..2c99f88d505d21887c8281f3040e2cd0b4e7e7d1 100644 (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