Function: ido-is-tramp-root

ido-is-tramp-root is a byte-compiled function defined in ido.el.gz.

Signature

(ido-is-tramp-root &optional DIR)

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-is-tramp-root (&optional dir)
  (and ido-enable-tramp-completion
       (string-match "\\`/[^/]+[@:]\\'"
		     (or dir ido-current-directory))))