emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 8eaba11: * lisp/emacs-lisp/package.el: Require url-


From: Artur Malabarba
Subject: [Emacs-diffs] master 8eaba11: * lisp/emacs-lisp/package.el: Require url-handlers
Date: Fri, 27 Nov 2015 11:02:28 +0000

branch: master
commit 8eaba112c952eecd5b7f17af40c29584a7172f59
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/package.el: Require url-handlers
---
 lisp/emacs-lisp/package.el |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 9029dbd..fdad84a 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -167,6 +167,7 @@
 
 (require 'tabulated-list)
 (require 'macroexp)
+(require 'url-handlers)
 
 (defgroup package nil
   "Manager for Emacs Lisp packages."
@@ -1115,9 +1116,6 @@ 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]