summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-02 18:30:51 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-02 18:30:51 -0700
commit12421f1c89bcf3fdd061a203ea715f6151d47250 (patch)
tree371f77d1a7cba537897322a21a92ab1852b7ff7a /lisp/url
parentac6ca7baedb745907fa57f360201bee4c36a2e69 (diff)
downloademacs-12421f1c89bcf3fdd061a203ea715f6151d47250.tar.gz
url-http.el comment.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-http.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index c04c5877841..1c9c8c8a3de 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1,7 +1,7 @@
;;; url-http.el --- HTTP retrieval routines
-;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, 2009,
+;; 2010 Free Software Foundation, Inc.
;; Author: Bill Perry <wmperry@gnu.org>
;; Keywords: comm, data, processes
@@ -1267,6 +1267,7 @@ CBARGS as the arguments."
;; the data ourselves. This is slightly less efficient, but there
;; were tons of weird ways the after-change code was biting us in the
;; shorts.
+;; FIXME this can probably be simplified since the above is no longer true.
(defun url-http-generic-filter (proc data)
;; Sometimes we get a zero-length data chunk after the process has
;; been changed to 'free', which means it has no buffer associated