]> git.eshelyaron.com Git - emacs.git/commitdiff
Obsolete eshell-cmpl-suffix-list
authorGlenn Morris <rgm@gnu.org>
Tue, 6 Mar 2018 20:07:15 +0000 (15:07 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 6 Mar 2018 20:07:15 +0000 (15:07 -0500)
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list):
Make obsolete, to match pcomplete-suffix-list.

lisp/eshell/em-cmpl.el

index 1f440077465891a86ecc7373dc5a2c0de616620c..b56cf168a2b158b5b17456a82a7dcd7b78968ce2 100644 (file)
@@ -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)