Variable: eshell-cmpl-suffix-list

eshell-cmpl-suffix-list is a customizable variable defined in em-cmpl.el.gz.

This variable is obsolete since 24.1.

Value

(47 58)

Documentation

A list of characters which constitute a proper suffix.

Its value is assigned to pcomplete-suffix-list locally after eshell starts.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-suffix-list (list ?/ ?:)
  (eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list)
  :type (get 'pcomplete-suffix-list 'custom-type)
  :group 'pcomplete)