mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
Fix typo in last checkin.
This commit is contained in:
parent
3b8eb822d9
commit
3647f557cf
@ -648,7 +648,7 @@ should be shown to the user."
|
||||
redirect-uri url-callback-function
|
||||
url-callback-arguments
|
||||
(url-silent url-current-object)
|
||||
(not (url-use-cookies url))))
|
||||
(not (url-use-cookies url-current-object))))
|
||||
(url-mark-buffer-as-dead buffer))
|
||||
;; We hit url-max-redirections, so issue an error and
|
||||
;; stop redirecting.
|
||||
|
Loading…
Reference in New Issue
Block a user