comparison lisp/url/ChangeLog @ 107542:0e139e55fc1b

Fix wrong variable name. (url-http-parse-headers): Fix wrong variable name.
author Ted Zlatanov <tzz@lifelogs.com>
date Wed, 24 Mar 2010 20:14:42 -0500
parents d1bd7b205e98
children 0b37f86b040e
comparison
equal deleted inserted replaced
107541:d59e6301c2cd 107542:0e139e55fc1b
1 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * url-http.el (url-http-parse-headers): Fix wrong variable name.
4
1 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com> 5 2010-03-24 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * url-http.el (url-http-codes): New variable to hold a mapping of 7 * url-http.el (url-http-codes): New variable to hold a mapping of
4 HTTP status codes' numbers, their symbolic name, and their text. 8 HTTP status codes' numbers, their symbolic name, and their text.
5 (url-http-parse-headers): Use it, leaving the original numeric 9 (url-http-parse-headers): Use it, leaving the original numeric