comparison lisp/nntp.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 9b68e9a5cae1
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
324 (replace-match "" t t)) 324 (replace-match "" t t))
325 325
326 (if nntp-server-list-active-group 326 (if nntp-server-list-active-group
327 (progn 327 (progn
328 ;; We have read active entries, so we just delete the 328 ;; We have read active entries, so we just delete the
329 ;; superfluos gunk. 329 ;; superfluous gunk.
330 (goto-char (point-min)) 330 (goto-char (point-min))
331 (while (re-search-forward "^[.2-5]" nil t) 331 (while (re-search-forward "^[.2-5]" nil t)
332 (delete-region (match-beginning 0) 332 (delete-region (match-beginning 0)
333 (progn (forward-line 1) (point)))) 333 (progn (forward-line 1) (point))))
334 'active) 334 'active)
934 (zerop (% count nntp-maximum-request))) 934 (zerop (% count nntp-maximum-request)))
935 (progn 935 (progn
936 (accept-process-output) 936 (accept-process-output)
937 ;; On some Emacs versions the preceding function has 937 ;; On some Emacs versions the preceding function has
938 ;; a tendency to change the buffer. Perhaps. It's 938 ;; a tendency to change the buffer. Perhaps. It's
939 ;; quite difficult to reporduce, because it only 939 ;; quite difficult to reproduce, because it only
940 ;; seems to happen once in a blue moon. 940 ;; seems to happen once in a blue moon.
941 (set-buffer buf) 941 (set-buffer buf)
942 (while (progn 942 (while (progn
943 (goto-char last-point) 943 (goto-char last-point)
944 ;; Count replies. 944 ;; Count replies.