* 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

@ -1,3 +1,7 @@
2011-10-01 Per Starbäck <per@starback.se>
* pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2011-09-30 Martin Rudalics <rudalics@gmx.at>
* startup.el (command-line-1): Fix last fix by inserting

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))))