* lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.
authorPer Starbäck <per@starback.se>
Sat, 1 Oct 2011 02:38:46 +0000 (19:38 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Oct 2011 02:38:46 +0000 (19:38 -0700)
Fixes: debbugs:9643

lisp/ChangeLog
lisp/pcmpl-gnu.el

index 38651d4..ca8545d 100644 (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
index 62f5faf..6bc4f76 100644 (file)
                  (mapcar
                   (function
                    (lambda (entry)
-                     (tar-header-name (cdr entry))))
+                     (tar-header-name entry)))
                   tar-parse-info))
              (pcomplete-entries))
            nil 'identity))))