mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(tar-parse-info, tar-header-name): Declare for compiler.
This commit is contained in:
parent
31c615e404
commit
113b8dccbe
@ -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)
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user