1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

lisp/emacs-lisp/package.el (tar-get-file-descriptor, tar--extract): Declare.

This commit is contained in:
Juanma Barranquero 2013-06-21 17:30:53 +02:00
parent c5b0993e5f
commit 9e2773026a
2 changed files with 8 additions and 0 deletions

View file

@ -988,6 +988,9 @@ boundaries."
(if requires-str (package-read-from-string requires-str))
:kind 'single))))
(declare-function tar-get-file-descriptor "tar-mode" (file))
(declare-function tar--extract "tar-mode" (descriptor))
(defun package-tar-file-info ()
"Find package information for a tar file.
The return result is a `package-desc'."