emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105971: * lisp/pcmpl-gnu.el (pcomple


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105971: * lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.
Date: Fri, 30 Sep 2011 19:38:46 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105971
fixes bug(s): http://debbugs.gnu.org/9643
author: Per Starbäck <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-09-30 19:38:46 -0700
message:
  * lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.
modified:
  lisp/ChangeLog
  lisp/pcmpl-gnu.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-30 13:23:12 +0000
+++ b/lisp/ChangeLog    2011-10-01 02:38:46 +0000
@@ -1,3 +1,7 @@
+2011-10-01  Per Starbäck  <address@hidden>
+
+       * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
+
 2011-09-30  Martin Rudalics  <address@hidden>
 
        * startup.el (command-line-1): Fix last fix by inserting

=== modified file 'lisp/pcmpl-gnu.el'
--- a/lisp/pcmpl-gnu.el 2011-01-25 04:08:28 +0000
+++ b/lisp/pcmpl-gnu.el 2011-10-01 02:38:46 +0000
@@ -298,7 +298,7 @@
                  (mapcar
                   (function
                    (lambda (entry)
-                     (tar-header-name (cdr entry))))
+                     (tar-header-name entry)))
                   tar-parse-info))
              (pcomplete-entries))
            nil 'identity))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]