From 499dac5497f0f2b90914a7954c969cbac182a92c Mon Sep 17 00:00:00 2001 From: "Jose A. Ortega Ruiz" Date: Tue, 29 Dec 2015 01:27:48 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index c5b6ef3980a..e34f352e11d 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 "
Sorry, but I do not know how to handle " type + (insert "
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.
") ;; We used to set a `status' var (declared "special") but I can't -- 2.39.5