emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: url-http.el: Set cookies in the order they were sent.


From: Nick Roberts
Subject: Re: url-http.el: Set cookies in the order they were sent.
Date: Sun, 1 Apr 2007 12:38:32 +1200

 > !   (let ((cookies (reverse (mail-fetch-field "Set-Cookie" nil nil t)))
 > !    (cookies2 (reverse (mail-fetch-field "Set-Cookie2" nil nil t))))

I think it is generally better to use nreverse in situations like this
where you don't need to make a copy.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]