aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-03-06 15:07:15 -0500
committerGlenn Morris2018-03-06 15:07:15 -0500
commit0efe0bd233de20bfb5bd9d06b255fc8ecf04602b (patch)
treea4b17ffdc12cb3fd81c0134f6d23809bf02ce606
parentf6bd7e06861142371994ff9ce54dd62573809fa5 (diff)
downloademacs-0efe0bd233de20bfb5bd9d06b255fc8ecf04602b.tar.gz
emacs-0efe0bd233de20bfb5bd9d06b255fc8ecf04602b.zip
Obsolete eshell-cmpl-suffix-list
* lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list): Make obsolete, to match pcomplete-suffix-list.
-rw-r--r--lisp/eshell/em-cmpl.el3
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."
167 (eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list) 167 (eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list)
168 :type (get 'pcomplete-suffix-list 'custom-type) 168 :type (get 'pcomplete-suffix-list 'custom-type)
169 :group 'pcomplete) 169 :group 'pcomplete)
170;; Only labelled obsolete in 26.1, but all it does it set
171;; pcomplete-suffix-list, which is itself obsolete since 24.1.
172(make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1")
170 173
171(defcustom eshell-cmpl-recexact nil 174(defcustom eshell-cmpl-recexact nil
172 (eshell-cmpl--custom-variable-docstring 'pcomplete-recexact) 175 (eshell-cmpl--custom-variable-docstring 'pcomplete-recexact)