\f
;;; Machines (`ffap-machine-p'):
-(defun ffap--accept-or-reject-p (symbol)
+(defun ffap-accept-or-reject-p (symbol)
"Return non-nil if SYMBOL is `accept' or `reject'.
-Otherwise, return nil."
+Otherwise, return nil. This is intended for use as the
+predicate in the `:safe' property of user options."
(memq symbol '(accept reject)))
;; I cannot decide a "best" strategy here, so these are variables. In
:type '(choice (const ping)
(const accept)
(const reject))
- :safe #'ffap--accept-or-reject-p
+ :safe #'ffap-accept-or-reject-p
:group 'ffap)
(defcustom ffap-machine-p-known 'accept
:type '(choice (const ping)
(const accept)
(const reject))
- :safe #'ffap--accept-or-reject-p
+ :safe #'ffap-accept-or-reject-p
:group 'ffap
:version "29.1")
:type '(choice (const ping)
(const accept)
(const reject))
- :safe #'ffap--accept-or-reject-p
+ :safe #'ffap-accept-or-reject-p
:group 'ffap)
(defun ffap-what-domain (domain)