]> code.delx.au - gnu-emacs/commitdiff
* lisp/emacs-lisp/package.el (package--with-response-buffer): Missing require
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 13:53:45 +0000 (13:53 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 16 Nov 2015 13:53:45 +0000 (13:53 +0000)
lisp/emacs-lisp/package.el

index d811db9579fd64b61ceeef158f9442581dc1d606..2aea9d11d1f0c700ae05f0404d27477712573545 100644 (file)
@@ -1161,6 +1161,7 @@ BODY (does not apply to errors signaled by ERROR-FORM).
            (let* ((url (concat ,url-1 ,file))
                   (callback (lambda (status)
                               (let ((b (current-buffer)))
+                                (require 'url-handlers)
                                 (unwind-protect (wrap-errors
                                                  (when-let ((er (plist-get status :error)))
                                                    (error "Error retrieving: %s %S" url er))