aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nndb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/nndb.el')
-rw-r--r--lisp/gnus/nndb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nndb.el b/lisp/gnus/nndb.el
index 6aaf57c81e..fe4072c5d3 100644
--- a/lisp/gnus/nndb.el
+++ b/lisp/gnus/nndb.el
@@ -196,7 +196,7 @@ article was posted to nndb")
;; 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)))
+ (push (string-to-number (match-string 0)) list)))
list))
(defun nndb-request-expire-articles-remote