Variable: comint-file-name-quote-list

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

Value

nil

Documentation

List of characters to quote with \ when in a file name.

This is a good thing to set in mode hooks.

Aliases

pcomplete-arg-quote-list (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-file-name-quote-list nil
  "List of characters to quote with `\\' when in a file name.

This is a good thing to set in mode hooks.")