emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 31fc056: * lisp/emacs-lisp/package.el (package--w


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 31fc056: * lisp/emacs-lisp/package.el (package--with-response-buffer): Missing require
Date: Mon, 16 Nov 2015 13:53:54 +0000

branch: emacs-25
commit 31fc0567916751d37cc85233015f08d566e0ecf0
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/package.el (package--with-response-buffer): Missing 
require
---
 lisp/emacs-lisp/package.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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



reply via email to

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