Variable: PC-completion-as-file-name-predicate

PC-completion-as-file-name-predicate is a variable defined in complete.el.gz.

Value

#[0 "\207"
    [minibuffer-completing-file-name]
    1]

Documentation

A function testing whether a minibuffer completion now will work filename-style.

The function takes no arguments, and typically looks at the value of minibuffer-completion-table and the minibuffer contents.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/complete.el.gz
(defvar PC-completion-as-file-name-predicate
  (lambda () minibuffer-completing-file-name)
  "A function testing whether a minibuffer completion now will work filename-style.
The function takes no arguments, and typically looks at the value
of `minibuffer-completion-table' and the minibuffer contents.")