aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nntp.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2010-09-02 01:42:32 +0000
committerKatsumi Yamaoka <[email protected]>2010-09-02 01:42:32 +0000
commitc9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch)
tree32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/gnus/nntp.el
parent36a806f35776e884b6228f72030993284789c785 (diff)
Delete all trailing white space.
Diffstat (limited to 'lisp/gnus/nntp.el')
-rw-r--r--lisp/gnus/nntp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el
index 1d6c6a5244..5373230fd8 100644
--- a/lisp/gnus/nntp.el
+++ b/lisp/gnus/nntp.el
@@ -309,8 +309,8 @@ port number on server. The program should accept IMAP commands on
stdin and return responses to stdout.")
(defvar nntp-authinfo-rejected nil
-"A custom error condition used to report 'Authentication Rejected' errors.
-Condition handlers that match just this condition ensure that the nntp
+"A custom error condition used to report 'Authentication Rejected' errors.
+Condition handlers that match just this condition ensure that the nntp
backend doesn't catch this error.")
(put 'nntp-authinfo-rejected 'error-conditions '(error nntp-authinfo-rejected))
(put 'nntp-authinfo-rejected 'error-message "Authorization Rejected")
@@ -2013,7 +2013,7 @@ Please refer to the following variables to customize the connection:
(and nntp-pre-command (push nntp-pre-command command))
(let ((process-connection-type nil)) ;See `nntp-open-via-rlogin-and-netcat'.
(apply 'start-process "nntpd" buffer command))))
-
+
(defun nntp-open-via-telnet-and-telnet (buffer)
"Open a connection to an nntp server through an intermediate host.