Variable: term-file-name-prefix
term-file-name-prefix is a variable defined in term.el.gz.
Value
""
Documentation
Prefix prepended to absolute file names taken from process input.
This is used by term's and shell's completion functions, and by shell's directory tracking functions.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-file-name-prefix ""
"Prefix prepended to absolute file names taken from process input.
This is used by term's and shell's completion functions, and by shell's
directory tracking functions.")