Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
82b9f9f5
Commit
82b9f9f5
authored
Oct 01, 2010
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use url-lazy-message for warnings about ignored cookies.
These messages aren't very interesting for most users.
parent
6ca26f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/url/ChangeLog
lisp/url/ChangeLog
+3
-0
lisp/url/url-cookie.el
lisp/url/url-cookie.el
+2
-2
No files found.
lisp/url/ChangeLog
View file @
82b9f9f5
2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-cookie.el (url-cookie-handle-set-cookie): Use
url-lazy-message for the cookie warning, which isn't very interesting.
* url-http.el (url-http-async-sentinel): Check that the buffer is
still alive before switching to it.
...
...
lisp/url/url-cookie.el
View file @
82b9f9f5
...
...
@@ -400,8 +400,8 @@ telling Microsoft that."
(
url-cookie-store
(
car
cur
)
(
cdr
cur
)
expires
domain
localpart
secure
))))
(
t
(
message
"%s tried to set a cookie for domain %s - rejected."
(
url-host
url-current-object
)
domain
)))))
(
url-lazy-
message
"%s tried to set a cookie for domain %s - rejected."
(
url-host
url-current-object
)
domain
)))))
(
defvar
url-cookie-timer
nil
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment