Skip LWSP.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 7 Oct 2000 19:22:46 +0000 (19:22 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 7 Oct 2000 19:22:46 +0000 (19:22 +0000)
lisp/rfc2047.el

index 77a02cd..f53a0c8 100644 (file)
@@ -305,6 +305,7 @@ Should be called narrowed to the head of the message."
          (setq break nil)
          (insert "\n ")
          ;; Don't break before the first non-LWSP characters.
+         (skip-chars-forward " \t")
          (forward-char 1)))
        (unless (eobp)
          (forward-char 1))))))