mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typo in last checkin.
This commit is contained in:
parent
3b8eb822d9
commit
3647f557cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue