1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(ffap-machine-p): Always return nil if

open-network-stream is not fboundp.
This commit is contained in:
Eli Zaretskii 2001-06-17 10:44:45 +00:00
parent f621ed9db7
commit e75e894bcc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
* ffap.el (ffap-machine-p): Always return nil if
open-network-stream is not fboundp.
2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
* textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.

View file

@ -396,6 +396,7 @@ Returned values:
(cond
((eq strategy 'accept) 'accept)
((eq strategy 'reject) nil)
((not (fboundp 'open-network-stream)) nil)
;; assume (eq strategy 'ping)
(t
(or quiet