]> git.eshelyaron.com Git - emacs.git/commit
`remote-file-name-access-timeout' being 0 is equal to nil
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Jul 2023 08:05:44 +0000 (10:05 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Jul 2023 08:05:44 +0000 (10:05 +0200)
commit2dc7798449d76c5d761395507558ec6351eacb09
treea7f98e66fcb95c4f01964dc6b5efa1435ee63367
parente37b96432b89521871e947f322545f154547dd1b
`remote-file-name-access-timeout' being 0 is equal to nil

* doc/lispref/files.texi (Testing Accessibility): Clarify the
value of remote-file-name-access-timeout.

* etc/NEWS: Clarify the value of remote-file-name-access-timeout.

* lisp/files.el (remote-file-name-access-timeout): Adapt docstring.

* lisp/net//tramp.el (with-tramp-timeout): Ensure, that the
timeout is a positive number, or nil.
(tramp-handle-access-file): Simplify code.
doc/lispref/files.texi
etc/NEWS
lisp/files.el
lisp/net/tramp.el