Fold a line more than once.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 17 Dec 1999 18:24:39 +0000 (18:24 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 17 Dec 1999 18:24:39 +0000 (18:24 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index 8d9a616..84373e7 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-17 13:08:54  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2047.el (rfc2047-fold-region): Fold a line more than once.
+
 1999-12-17 11:54:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * webmail.el: Enhance hotmail-snarf.
index 248f888..ff293ae 100644 (file)
@@ -277,8 +277,8 @@ permitted unencoded charset is us-ascii."
         ((and (looking-at "\\?=")
               (> (- (point) (save-excursion (beginning-of-line) (point))) 76))
          (goto-char break)
-         (insert "\n ")
-         (forward-line 1)))
+         (setq break nil)
+         (insert "\n ")))
        (unless (eobp)
          (forward-char 1))))))