* lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.
Fixes: debbugs:9643
This commit is contained in:
parent
4222c55da7
commit
63bd50d334
2 changed files with 5 additions and 1 deletions
|
@ -298,7 +298,7 @@
|
|||
(mapcar
|
||||
(function
|
||||
(lambda (entry)
|
||||
(tar-header-name (cdr entry))))
|
||||
(tar-header-name entry)))
|
||||
tar-parse-info))
|
||||
(pcomplete-entries))
|
||||
nil 'identity))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue