Do not pare arguments unnecessarily.
* lisp/pcomplete.el (pcomplete-here-using-help): Do not pare arguments. Fixes bug#59803.
This commit is contained in:
parent
9c0d7bb73b
commit
24c8c28ae6
1 changed files with 1 additions and 1 deletions
|
@ -1456,7 +1456,7 @@ COMMAND and ARGS as arguments."
|
||||||
(pcomplete-match-string 1 0)))
|
(pcomplete-match-string 1 0)))
|
||||||
((string-prefix-p "-" (pcomplete-arg 0))
|
((string-prefix-p "-" (pcomplete-arg 0))
|
||||||
(pcomplete-here (apply #'pcomplete-from-help command args)))
|
(pcomplete-here (apply #'pcomplete-from-help command args)))
|
||||||
(t (pcomplete-here (pcomplete-entries))))))
|
(t (pcomplete-here* (pcomplete-entries))))))
|
||||||
|
|
||||||
(provide 'pcomplete)
|
(provide 'pcomplete)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue