emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1e4010a: * lisp/emacs-lisp/package.el: Declare `url


From: Juanma Barranquero
Subject: [Emacs-diffs] master 1e4010a: * lisp/emacs-lisp/package.el: Declare `url-insert-buffer-contents'
Date: Fri, 27 Nov 2015 09:22:51 +0000

branch: master
commit 1e4010a12852007c7f6fa1242bbbe9e75cee1ed6
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    * lisp/emacs-lisp/package.el: Declare `url-insert-buffer-contents'
---
 lisp/emacs-lisp/package.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index d811db9..9029dbd 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]