summaryrefslogtreecommitdiff
path: root/lisp/=nntp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-07 12:48:36 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-07 12:48:36 +0000
commit9d9bd15ca4c3c6bf5fe36512f952c5993f1b5666 (patch)
tree61f0e4e568ca208467c5725f1160d15a1cae5b16 /lisp/=nntp.el
parentae28f2eacc4e4b6206abcfb1da9c36b78e113751 (diff)
downloademacs-9d9bd15ca4c3c6bf5fe36512f952c5993f1b5666.tar.gz
(nntp-buggy-select): Delete usg-unix-v from list.
Diffstat (limited to 'lisp/=nntp.el')
-rw-r--r--lisp/=nntp.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/=nntp.el b/lisp/=nntp.el
index b34c17c7213..db4d9cfdeae 100644
--- a/lisp/=nntp.el
+++ b/lisp/=nntp.el
@@ -32,7 +32,7 @@
;; (1) Select routine may signal an error or fall into infinite loop
;; while waiting for the server response. In this case, you'd better
;; not use byte-compiled codes but original source. If you still have
-;; a problems with it, set the variable `nntp-buggy-select' to T.
+;; a problems with it, set the variable `nntp-buggy-select' to t.
;;
;; (2) Emacs may hang up while retrieving headers since too many
;; requests have been sent to the NNTP server without reading their
@@ -69,11 +69,12 @@ hook, use the variable `nntp-server-name'.")
If the number of the articles is greater than the value, verbose
messages will be shown to indicate the current status.")
-(defvar nntp-buggy-select (memq system-type '(usg-unix-v fujitsu-uts))
- "*T if your select routine is buggy.
+
+(defvar nntp-buggy-select (memq system-type '(fujitsu-uts))
+ "*Non-nil if your select routine is buggy.
If the select routine signals error or fall into infinite loop while
waiting for the server response, the variable must be set to t. In
-case of Fujitsu UTS, it is set to T since `accept-process-output'
+case of Fujitsu UTS, it is set to t since `accept-process-output'
doesn't work properly.")
(defvar nntp-maximum-request 400