]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:14:00 +0000 (14:14 +0800)
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list):
Make obsolete, to match pcomplete-suffix-list.

lisp/eshell/em-cmpl.el

index 667bdeb43b416a5737cef706d4dade04321c80d8..39f750ae92c362e4205516d5c178f615d6e68350 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)