]> code.delx.au - gnu-emacs/blobdiff - lisp/pcmpl-gnu.el
Doc fixed for next-error-buffer-p
[gnu-emacs] / lisp / pcmpl-gnu.el
index 12136b8bee8fed7a94c7380866a7e14c7cc45d74..f84a1ceba4199c2321f689f241c2034adeb6164a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcmpl-gnu.el --- completions for GNU project tools -*- lexical-binding: t -*-
 
-;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Package: pcomplete
 
                 (let ((file (pcomplete-arg 1)))
                   (completion-table-dynamic
                    (lambda (_string)
-                     (pcmpl-gnu-with-file-buffer file
-                       (mapcar #'tar-header-name tar-parse-info)))))
+                     (pcmpl-gnu-with-file-buffer
+                      file (mapcar #'tar-header-name tar-parse-info)))))
              (pcomplete-entries))
            nil 'identity))))