emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 499dac5: Fix URL auth error message


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 499dac5: Fix URL auth error message
Date: Tue, 29 Dec 2015 00:28:02 +0000

branch: emacs-25
commit 499dac5497f0f2b90914a7954c969cbac182a92c
Author: Jose A. Ortega Ruiz <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix URL auth error message
    
    * lisp/url/url-http.el (url-http-handle-authentication): Make the error
    message more correct (bug#20069).
    
    Copyright-paperwork-exempt: yes
---
 lisp/url/url-http.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index c5b6ef3..e34f352 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -420,7 +420,7 @@ Return the number of characters removed."
        (progn
          (widen)
          (goto-char (point-max))
-         (insert "<hr>Sorry, but I do not know how to handle " type
+         (insert "<hr>Sorry, but I do not know how to handle " (or type auth 
url "")
                  " authentication.  If you'd like to write it,"
                  " please use M-x report-emacs-bug RET.<hr>")
           ;; We used to set a `status' var (declared "special") but I can't



reply via email to

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