From 0efe0bd233de20bfb5bd9d06b255fc8ecf04602b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 6 Mar 2018 15:07:15 -0500 Subject: [PATCH] Obsolete eshell-cmpl-suffix-list * lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list): Make obsolete, to match pcomplete-suffix-list. --- lisp/eshell/em-cmpl.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2