Mercurial > emacs
diff lisp/ChangeLog @ 71678:dd05f4dc5c56
(fill-delete-prefix): Don't ignore excessively long prefixes.
(fill-region-as-paragraph): Don't round up to a whole line.
(fill-comment-paragraph): Don't include the code-before-the-comment
when calling fill-region-as-paragraph.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 07 Jul 2006 19:04:49 +0000 |
parents | 6930c75732b8 |
children | d59a1ce72785 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 07 16:52:13 2006 +0000 +++ b/lisp/ChangeLog Fri Jul 07 19:04:49 2006 +0000 @@ -1,5 +1,11 @@ 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> + * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively + long prefixes. + (fill-region-as-paragraph): Don't round up to a whole line. + (fill-comment-paragraph): Don't include the code-before-the-comment + when calling fill-region-as-paragraph. + * international/mule.el (make-char): Remove redundancy. * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'