emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/spam-report.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/spam-report.el
Date: Tue, 17 May 2005 00:57:31 -0400

Index: emacs/lisp/gnus/spam-report.el
diff -c emacs/lisp/gnus/spam-report.el:1.4 emacs/lisp/gnus/spam-report.el:1.5
*** emacs/lisp/gnus/spam-report.el:1.4  Mon Apr 25 04:36:12 2005
--- emacs/lisp/gnus/spam-report.el      Tue May 17 04:57:28 2005
***************
*** 159,165 ****
      (goto-char (point-min))
      (while (and (not (eobp))
                (re-search-forward
!                "http://\\([^/]+\\)\\(/.*\\) *$" (point-at-eol) t))
        (funcall spam-report-url-ping-function (match-string 1) (match-string 
2))
        (forward-line 1))
      (if (or (eq keep nil)
--- 159,165 ----
      (goto-char (point-min))
      (while (and (not (eobp))
                (re-search-forward
!                "http://\\([^/]+\\)\\(/.*\\) *$" (gnus-point-at-eol) t))
        (funcall spam-report-url-ping-function (match-string 1) (match-string 
2))
        (forward-line 1))
      (if (or (eq keep nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]