(fill-region-as-paragraph): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 00:14:37 +0000 (00:14 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 26 Jul 1999 00:14:37 +0000 (00:14 +0000)
lisp/textmodes/fill.el

index 8d38e7f..020e831 100644 (file)
@@ -549,8 +549,7 @@ space does not end a sentence, so don't break a line there."
                          (fill-find-break-point
                           (+ linebeg
                              (current-left-margin)
-                             (if fill-prefix (string-width fill-prefix)
-                               0))))))
+                             (if fill-prefix (length fill-prefix) 0))))))
 
                ;; If the left margin and fill prefix by themselves
                ;; pass the fill-column, keep at least one word.