[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gnus/nndb.el
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gnus/nndb.el |
Date: |
Mon, 30 May 2005 13:14:02 -0400 |
Index: emacs/lisp/gnus/nndb.el
diff -c emacs/lisp/gnus/nndb.el:1.4 emacs/lisp/gnus/nndb.el:1.5
*** emacs/lisp/gnus/nndb.el:1.4 Tue May 17 04:57:28 2005
--- emacs/lisp/gnus/nndb.el Mon May 30 17:13:58 2005
***************
*** 196,202 ****
;; otherwise, pull all of the following numbers into the list
(re-search-forward "follows\r?\n?" nil t)
(while (re-search-forward "^[0-9]+$" nil t)
! (push (string-to-int (match-string 0)) list)))
list))
(defun nndb-request-expire-articles-remote
--- 196,202 ----
;; otherwise, pull all of the following numbers into the list
(re-search-forward "follows\r?\n?" nil t)
(while (re-search-forward "^[0-9]+$" nil t)
! (push (string-to-number (match-string 0)) list)))
list))
(defun nndb-request-expire-articles-remote