]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el: Require url-handlers
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 27 Nov 2015 10:59:52 +0000 (10:59 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 27 Nov 2015 11:02:05 +0000 (11:02 +0000)
lisp/emacs-lisp/package.el

index 9029dbd8a2b941791ab5ea1cff2e5324e6e28041..fdad84a117a534833472e41f2f121f598975e783 100644 (file)
 
 (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