* 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
|
@ -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
|
||||
|
|
|
@ -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
Reference in a new issue