Function: tramp-file-name-p

tramp-file-name-p is a function defined in tramp.el.gz.

Signature

(tramp-file-name-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
  ((cl-block tramp-file-name-p
     (and (memq (car-safe cl-x) cl-struct-tramp-file-name-tags) t)))
  (t)]