Index: emacs/lisp/gnus/nnkiboze.el
diff -c emacs/lisp/gnus/nnkiboze.el:1.10 emacs/lisp/gnus/nnkiboze.el:1.11
*** emacs/lisp/gnus/nnkiboze.el:1.10    Sat Sep  4 13:13:44 2004
--- emacs/lisp/gnus/nnkiboze.el Mon May 30 17:13:58 2005
***************
*** 106,112 ****
        (error "nnkiboze: No xref"))
        (unless (string-match " \\([^ ]+\\):\\([0-9]+\\)" xref)
        (error "nnkiboze: Malformed xref"))
!       (setq num (string-to-int (match-string 2 xref))
            group (match-string 1 xref))
        (or (with-current-buffer buffer
            (or (and gnus-use-cache (gnus-cache-request-article num group))
--- 106,112 ----
        (error "nnkiboze: No xref"))
        (unless (string-match " \\([^ ]+\\):\\([0-9]+\\)" xref)
        (error "nnkiboze: Malformed xref"))
!       (setq num (string-to-number (match-string 2 xref))
            group (match-string 1 xref))
        (or (with-current-buffer buffer
            (or (and gnus-use-cache (gnus-cache-request-article num group))


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

Reply via email to