]> git.eshelyaron.com Git - emacs.git/commitdiff
(tar-parse-info, tar-header-name): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:15:09 +0000 (02:15 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 31 Oct 2009 02:15:09 +0000 (02:15 +0000)
lisp/ChangeLog
lisp/pcmpl-gnu.el

index aa691b701bf943c5fcfad95e6dd2b0bca586bcb3..869f963fc51fe5c1d6c548716f360f844deaefcd 100644 (file)
@@ -1,5 +1,7 @@
 2009-10-31  Glenn Morris  <rgm@gnu.org>
 
+       * 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)
index b7f2f1ecab60e8892bdebbaa26b556870d45b28d..7a8e765356574386f943ce1e64712df8b2f75c1c 100644 (file)
 
 (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."