2002-04-15 Jesper Harder <harder@ifa.au.dk>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 27 Apr 2002 17:19:33 +0000 (17:19 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 27 Apr 2002 17:19:33 +0000 (17:19 +0000)
* gnus-art.el (article-unsplit-urls): Allow trailing SPC.

lisp/ChangeLog
lisp/gnus-art.el

index 64911e4..ec821f4 100644 (file)
@@ -7,6 +7,10 @@
        (nnkiboze-generate-group): Set newsrc to the *highest* article
        number kibozed, not the lowest.
        
+2002-04-15  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
+
 2002-04-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        From Dan Christensen <jdc+news@uwo.ca>.
 
index 4a69e15..b57edb6 100644 (file)
@@ -2081,7 +2081,7 @@ If READ-CHARSET, ask for a coding system."
     (let ((buffer-read-only nil))
       (goto-char (point-min))
       (while (re-search-forward
-             "^\\(\\(https?\\|ftp\\)://\\S-+\\)\n\\(\\S-+\\)" nil t)
+             "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
        (replace-match "\\1\\3" t)))))
 
 (defun article-wash-html (&optional read-charset)