Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
71677:de59660f0a51 | 71678:dd05f4dc5c56 |
---|---|
1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively | |
4 long prefixes. | |
5 (fill-region-as-paragraph): Don't round up to a whole line. | |
6 (fill-comment-paragraph): Don't include the code-before-the-comment | |
7 when calling fill-region-as-paragraph. | |
2 | 8 |
3 * international/mule.el (make-char): Remove redundancy. | 9 * international/mule.el (make-char): Remove redundancy. |
4 | 10 |
5 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile' | 11 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile' |
6 property may contain an anonymous function rather than a symbol. | 12 property may contain an anonymous function rather than a symbol. |