(html2text-fix-paragraph): Use `forward-line' instead of
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 20 Oct 2007 18:11:19 +0000 (18:11 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 20 Oct 2007 18:11:19 +0000 (18:11 +0000)
`next-line'.

lisp/ChangeLog
lisp/html2text.el

index d54e5c4..1d77545 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
+       `next-line'.
+
 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
index 7c2d504..6de2904 100644 (file)
@@ -385,7 +385,7 @@ formatting, and then moved afterward.")
        (setq refill-start (point))
        (goto-char p2)
        (re-search-backward ".+[^<][^b][^r][^>]$" refill-start t)
-       (next-line 1)
+       (forward-line 1)
        (end-of-line)
        ;; refill-stop should ideally be adjusted to
        ;; accomodate the "<br>" strings which are removed