diff options
Diffstat (limited to 'lisp/gnus/nnheader.el')
| -rw-r--r-- | lisp/gnus/nnheader.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index cdba6e663bf..5dc5bf1fd75 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el | |||
| @@ -85,7 +85,7 @@ Integer values will in effect be rounded up to the nearest multiple of | |||
| 85 | 85 | ||
| 86 | (defvar nnheader-read-timeout | 86 | (defvar nnheader-read-timeout |
| 87 | (if (memq system-type '(windows-nt cygwin)) | 87 | (if (memq system-type '(windows-nt cygwin)) |
| 88 | ;; http://thread.gmane.org/v9655t3pjo.fsf@marauder.physik.uni-ulm.de | 88 | ;; http://thread.gmane.org/v9655t3pjo.fsf@marauder.physik.uni-ulm.de [dead link] |
| 89 | ;; | 89 | ;; |
| 90 | ;; IIRC, values lower than 1.0 didn't/don't work on Windows/DOS. | 90 | ;; IIRC, values lower than 1.0 didn't/don't work on Windows/DOS. |
| 91 | ;; | 91 | ;; |