Function: tramp-remote-process-p

tramp-remote-process-p is a byte-compiled function defined in tramp-cmds.el.gz.

Signature

(tramp-remote-process-p)

Documentation

Return t if current buffer belongs to a remote process.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cmds.el.gz
(defun tramp-remote-process-p ()
  "Return t if current buffer belongs to a remote process."
  (memq (current-buffer) tramp-tainted-remote-process-buffers))