emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101739: url-http.el comment.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101739: url-http.el comment.
Date: Sat, 02 Oct 2010 18:30:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101739
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-02 18:30:51 -0700
message:
  url-http.el comment.
modified:
  lisp/url/url-http.el
=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2010-10-02 02:04:20 +0000
+++ b/lisp/url/url-http.el      2010-10-03 01:30:51 +0000
@@ -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 <address@hidden>
 ;; Keywords: comm, data, processes
@@ -1267,6 +1267,7 @@
 ;; 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


reply via email to

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