Variable: pcomplete-suffix-list

pcomplete-suffix-list is a customizable variable defined in pcomplete.el.gz.

This variable is obsolete since 24.1.

Value

(47 58)

Documentation

A list of characters which constitute a proper suffix.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
(defcustom pcomplete-suffix-list (list ?/ ?:)
  "A list of characters which constitute a proper suffix."
  :type '(repeat character))