diff options
| -rw-r--r-- | lisp/eshell/em-cmpl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index b56cf168a2b..f4b7872f8c9 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -167,7 +167,7 @@ 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 | 170 | ;; Only labeled obsolete in 26.1, but all it does it set |
| 171 | ;; pcomplete-suffix-list, which is itself obsolete since 24.1. | 171 | ;; pcomplete-suffix-list, which is itself obsolete since 24.1. |
| 172 | (make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1") | 172 | (make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1") |
| 173 | 173 | ||