Function: ido-cache-unc-valid
ido-cache-unc-valid is a byte-compiled function defined in ido.el.gz.
Signature
(ido-cache-unc-valid &optional TIME)
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-cache-unc-valid (&optional time)
(and (numberp ido-cache-unc-host-shares-time)
(> ido-cache-unc-host-shares-time 0)
(or (not time)
(< (- (ido-time-stamp) time) ido-cache-unc-host-shares-time))))