* lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.

Fixes: debbugs:9643
This commit is contained in:
Per Starbäck 2011-09-30 19:38:46 -07:00 committed by Glenn Morris
parent 4222c55da7
commit 63bd50d334
2 changed files with 5 additions and 1 deletions

View file

@ -298,7 +298,7 @@
(mapcar
(function
(lambda (entry)
(tar-header-name (cdr entry))))
(tar-header-name entry)))
tar-parse-info))
(pcomplete-entries))
nil 'identity))))