diff options
| author | Stefan Monnier | 2019-10-03 10:36:00 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-10-03 10:36:00 -0400 |
| commit | 44dfa7a834c11897fd64dba7b15cb0dcce0af980 (patch) | |
| tree | 2e4f011ca1f8a04dbd7d3688a0c8e7594a41ef23 /lisp/eshell | |
| parent | c164f749794e7252887cce10cbfa31fd012351c3 (diff) | |
| download | emacs-44dfa7a834c11897fd64dba7b15cb0dcce0af980.tar.gz emacs-44dfa7a834c11897fd64dba7b15cb0dcce0af980.zip | |
* lisp/pcomplete.el: Mark 'pcomplete' command as obsolete
Remove redundant ':group's.
(pcomplete, pcomplete-help): Mark as obsolete.
Diffstat (limited to 'lisp/eshell')
| -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 7f203142589..d0e52f9651e 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -409,7 +409,7 @@ to writing a completion function." | |||
| 409 | (let ((filename (pcomplete-arg)) glob-name) | 409 | (let ((filename (pcomplete-arg)) glob-name) |
| 410 | (if (file-name-directory filename) | 410 | (if (file-name-directory filename) |
| 411 | (if eshell-force-execution | 411 | (if eshell-force-execution |
| 412 | (pcomplete-dirs-or-entries nil 'file-readable-p) | 412 | (pcomplete-dirs-or-entries nil #'file-readable-p) |
| 413 | (pcomplete-executables)) | 413 | (pcomplete-executables)) |
| 414 | (if (and (> (length filename) 0) | 414 | (if (and (> (length filename) 0) |
| 415 | (eq (aref filename 0) eshell-explicit-command-char)) | 415 | (eq (aref filename 0) eshell-explicit-command-char)) |