X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnntp.el;h=354dc7282ba531e7cd86b48eca385bfcbc41ac5a;hb=3744aa624a1af97f360196755fdeeb6382da8aca;hp=228f50ae1d20338b18a28a30d289cd63b8ff36e0;hpb=93fd3c5fd9f215515162b7016beb25d30d10104b;p=elisp%2Fgnus.git- diff --git a/lisp/nntp.el b/lisp/nntp.el index 228f50a..354dc72 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -396,7 +396,7 @@ If this variable is nil, which is the default, no timers are set.") (cond ;; A result that starts with a 2xx code is terminated by ;; a line with only a "." on it. - ((eq (following-char) ?2) + ((eq (char-after) ?2) (if (re-search-forward "\n\\.\r?\n" nil t) t nil))