Obsolete eshell-cmpl-suffix-list
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list): Make obsolete, to match pcomplete-suffix-list.
This commit is contained in:
parent
f6bd7e0686
commit
0efe0bd233
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ to writing a completion function."
|
|||
(eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list)
|
||||
:type (get 'pcomplete-suffix-list 'custom-type)
|
||||
:group 'pcomplete)
|
||||
;; Only labelled obsolete in 26.1, but all it does it set
|
||||
;; pcomplete-suffix-list, which is itself obsolete since 24.1.
|
||||
(make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1")
|
||||
|
||||
(defcustom eshell-cmpl-recexact nil
|
||||
(eshell-cmpl--custom-variable-docstring 'pcomplete-recexact)
|
||||
|
|
Loading…
Add table
Reference in a new issue