aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2005-01-22 10:55:38 +0000
committerEli Zaretskii <[email protected]>2005-01-22 10:55:38 +0000
commit557724a8715a9445fdb5815403c46afef3bdf2eb (patch)
treee4a0273257103ae27552c8f1964c33f43026bb25 /lisp/url
parent1a8461d34c0cb22da8d4f32ebb8fb29111e493c3 (diff)
Fix last entry.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 593bf37eb7..6dac2389e7 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,7 +1,7 @@
2005-01-22 Klaus Straubinger <[email protected]> (tiny change)
- * url-http.el (url-http-parse-headers): Reset url-http-data to
- nil, like for the 303 response.
+ * url-http.el (url-http-parse-headers) <302>: Reset url-http-data
+ to nil, like for the 303 response.
2005-01-13 Stefan Monnier <[email protected]>