]> code.delx.au - gnu-emacs/commitdiff
Fix URL auth error message
authorJose A. Ortega Ruiz <jao@gnu.org>
Tue, 29 Dec 2015 00:27:48 +0000 (01:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2015 00:27:48 +0000 (01:27 +0100)
* 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

index c5b6ef3980a9c5bd8d5bf3b5414f40e9570ea06d..e34f352e11d36a9381e9fbbcadc2bf4e47bd7258 100644 (file)
@@ -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