mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/pcomplete.el: Mark 'pcomplete' command as obsolete
Remove redundant ':group's. (pcomplete, pcomplete-help): Mark as obsolete.
This commit is contained in:
parent
c164f74979
commit
44dfa7a834
3 changed files with 56 additions and 63 deletions
|
|
@ -409,7 +409,7 @@ to writing a completion function."
|
|||
(let ((filename (pcomplete-arg)) glob-name)
|
||||
(if (file-name-directory filename)
|
||||
(if eshell-force-execution
|
||||
(pcomplete-dirs-or-entries nil 'file-readable-p)
|
||||
(pcomplete-dirs-or-entries nil #'file-readable-p)
|
||||
(pcomplete-executables))
|
||||
(if (and (> (length filename) 0)
|
||||
(eq (aref filename 0) eshell-explicit-command-char))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue