Variable: pcomplete-remote-file-ignore

pcomplete-remote-file-ignore is a customizable variable defined in pcomplete.el.gz.

Value

nil

Documentation

Whether to ignore remote file names.

This variable was added, or its default value changed, in Emacs 30.1.

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-remote-file-ignore nil
  "Whether to ignore remote file names."
  :version "30.1"
  :type 'boolean)