]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 8d38e7f6e0f0432666a035f2781582ca982d2659..020e831bb39096dca74e5750001fba88e23d23c6 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.