Variable: comint-file-name-prefix

comint-file-name-prefix is a variable defined in comint.el.gz.

Value

""

Documentation

Prefix prepended to absolute file names taken from process input.

This is used by Comint's and shell's completion functions, and by shell's directory tracking functions.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
;;;###autoload
(defvar comint-file-name-prefix ""
  "Prefix prepended to absolute file names taken from process input.
This is used by Comint's and shell's completion functions, and by shell's
directory tracking functions.")