diff options
| author | Michaël Cadilhac | 2006-12-24 20:23:31 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2006-12-24 20:23:31 +0000 |
| commit | 2a096cafa0eac4afd665849424ba7fd21636fc20 (patch) | |
| tree | ec3f575a4cc049d803bc7a625281395befa6e918 /lisp/ChangeLog | |
| parent | 90dd8ef0a81a1d2d4f06865ea27f83ec561ecd9f (diff) | |
| download | emacs-2a096cafa0eac4afd665849424ba7fd21636fc20.tar.gz emacs-2a096cafa0eac4afd665849424ba7fd21636fc20.zip | |
(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
`comment-start-skip' uses a ^.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98c64bab784..048299c85ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2006-12-24 Michaël Cadilhac <michael.cadilhac@lrde.org> | 1 | 2006-12-24 Michaël Cadilhac <michael.cadilhac@lrde.org> |
| 2 | 2 | ||
| 3 | * textmodes/fill.el (fill-comment-paragraph): Prevent the use of | ||
| 4 | an optimized comment regexp if `comment-start-skip' uses a ^. | ||
| 5 | |||
| 6 | 2006-12-24 Michaël Cadilhac <michael.cadilhac@lrde.org> | ||
| 7 | |||
| 3 | * bs.el (bs--up): Remove interactive spec. | 8 | * bs.el (bs--up): Remove interactive spec. |
| 4 | 9 | ||
| 5 | 2006-12-24 Chong Yidong <cyd@stupidchicken.com> | 10 | 2006-12-24 Chong Yidong <cyd@stupidchicken.com> |