diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-06 15:07:15 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-06 15:07:15 -0500 |
commit | 0efe0bd233de20bfb5bd9d06b255fc8ecf04602b (patch) | |
tree | a4b17ffdc12cb3fd81c0134f6d23809bf02ce606 /lisp/eshell | |
parent | f6bd7e06861142371994ff9ce54dd62573809fa5 (diff) | |
download | emacs-0efe0bd233de20bfb5bd9d06b255fc8ecf04602b.tar.gz |
Obsolete eshell-cmpl-suffix-list
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list):
Make obsolete, to match pcomplete-suffix-list.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-cmpl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 1f440077465..b56cf168a2b 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -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) |