mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
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
This commit is contained in:
parent
9982c01d1a
commit
499dac5497
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user