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:
parent
c5b0993e5f
commit
9e2773026a
2 changed files with 8 additions and 0 deletions
|
|
@ -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'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue