]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el: Declare `url-insert-buffer-contents'
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 27 Nov 2015 09:22:03 +0000 (10:22 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 27 Nov 2015 09:22:03 +0000 (10:22 +0100)
lisp/emacs-lisp/package.el

index d811db9579fd64b61ceeef158f9442581dc1d606..9029dbd8a2b941791ab5ea1cff2e5324e6e28041 100644 (file)
@@ -1115,6 +1115,9 @@ The return result is a `package-desc'."
           (insert (format "Error while verifying signature %s:\n" sig-file)))
         (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)
   "Run BODY in a buffer containing the contents of FILE at LOCATION.
 LOCATION is the base location of a package archive, and should be