comparison lisp/ffap.el @ 23443:362c52acd51f

(ffap-machine-p-local): Fix editing error.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Oct 1998 15:31:30 +0000
parents 0550057ebca1
children 24ffa91626d3
comparison
equal deleted inserted replaced
23442:ded299082c16 23443:362c52acd51f
332 ;; I cannot decide a "best" strategy here, so these are variables. In 332 ;; I cannot decide a "best" strategy here, so these are variables. In
333 ;; particular, if `Pinging...' is broken or takes too long on your 333 ;; particular, if `Pinging...' is broken or takes too long on your
334 ;; machine, try setting these all to accept or reject. 334 ;; machine, try setting these all to accept or reject.
335 (defcustom ffap-machine-p-local 'reject ; this happens often 335 (defcustom ffap-machine-p-local 'reject ; this happens often
336 "*What `ffap-machine-p' does with hostnames that have no domain. 336 "*What `ffap-machine-p' does with hostnames that have no domain.
337 Value should be a symbol, one of `ping', `accept', and `reject'. 337 Value should be a symbol, one of `ping', `accept', and `reject'."
338 :type '(choice (const ping) 338 :type '(choice (const ping)
339 (const accept) 339 (const accept)
340 (const reject)) 340 (const reject))
341 :group 'ffap) 341 :group 'ffap)
342 (defcustom ffap-machine-p-known 'ping ; `accept' for higher speed 342 (defcustom ffap-machine-p-known 'ping ; `accept' for higher speed