/[emacs]/emacs/lisp/gnus/nnkiboze.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nnkiboze.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by miles, Sat Sep 4 13:13:44 2004 UTC revision 1.11 by miles, Mon May 30 17:13:58 2005 UTC
# Line 106  Line 106 
106          (error "nnkiboze: No xref"))          (error "nnkiboze: No xref"))
107        (unless (string-match " \\([^ ]+\\):\\([0-9]+\\)" xref)        (unless (string-match " \\([^ ]+\\):\\([0-9]+\\)" xref)
108          (error "nnkiboze: Malformed xref"))          (error "nnkiboze: Malformed xref"))
109        (setq num (string-to-int (match-string 2 xref))        (setq num (string-to-number (match-string 2 xref))
110              group (match-string 1 xref))              group (match-string 1 xref))
111        (or (with-current-buffer buffer        (or (with-current-buffer buffer
112              (or (and gnus-use-cache (gnus-cache-request-article num group))              (or (and gnus-use-cache (gnus-cache-request-article num group))

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26