X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/732fd4c7e11debd61c97eaaba3038d61e6ec7024..40bfebec83b7571b4ee5e3140e2b5a99105325bd:/lisp/pcmpl-gnu.el diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 12136b8bee..f84a1ceba4 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -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 @@ -323,8 +323,8 @@ (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))))