* lisp/emacs-lisp/package.el: Declare `url-insert-buffer-contents'
This commit is contained in:
parent
75336a2946
commit
1e4010a128
1 changed files with 3 additions and 0 deletions
|
@ -1115,6 +1115,9 @@ The return result is a `package-desc'."
|
||||||
(insert (format "Error while verifying signature %s:\n" sig-file)))
|
(insert (format "Error while verifying signature %s:\n" sig-file)))
|
||||||
(insert "\nCommand output:\n" (epg-context-error-output context))))))
|
(insert "\nCommand output:\n" (epg-context-error-output context))))))
|
||||||
|
|
||||||
|
(declare-function url-insert-buffer-contents "url-handlers"
|
||||||
|
(fn file &optional arglist fileonly))
|
||||||
|
|
||||||
(defmacro package--with-work-buffer (location file &rest body)
|
(defmacro package--with-work-buffer (location file &rest body)
|
||||||
"Run BODY in a buffer containing the contents of FILE at LOCATION.
|
"Run BODY in a buffer containing the contents of FILE at LOCATION.
|
||||||
LOCATION is the base location of a package archive, and should be
|
LOCATION is the base location of a package archive, and should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue