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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to