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:
parent
f621ed9db7
commit
e75e894bcc
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue