Mercurial > emacs
changeset 25060:82d83822ab69
(fill-region-as-paragraph): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 26 Jul 1999 00:14:37 +0000 |
parents | d6081fb56cda |
children | 2fef5f679d68 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Sun Jul 25 14:29:22 1999 +0000 +++ b/lisp/textmodes/fill.el Mon Jul 26 00:14:37 1999 +0000 @@ -549,8 +549,7 @@ (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.