diff options
| -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." | |||
| 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) |