From: Glenn Morris Date: Sat, 31 Oct 2009 02:15:09 +0000 (+0000) Subject: (tar-parse-info, tar-header-name): Declare for compiler. X-Git-Tag: emacs-pretest-23.1.90~613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=113b8dccbe46639a501a0fa03d6d68af460d353d;p=emacs.git (tar-parse-info, tar-header-name): Declare for compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa691b701bf..869f963fc51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-10-31 Glenn Morris + * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler. + * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes. * emacs-lisp/bytecomp.el (byte-compile-warning-types) diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index b7f2f1ecab6..7a8e7653565 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -129,6 +129,10 @@ (defvar pcmpl-gnu-tar-buffer nil) +;; Only used in tar-mode buffers. +(defvar tar-parse-info) +(declare-function tar-header-name "tar-mode" t t) + ;;;###autoload (defun pcomplete/tar () "Completion for the GNU tar utility."