diff options
| author | Luc Teirlinck | 2004-09-29 22:23:43 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-29 22:23:43 +0000 |
| commit | 30857a614a4dd26c6f20d45d51694dec60260ce8 (patch) | |
| tree | f48196c0f0be484c3ad31c9564044687ae6f0f5e /lisp/ChangeLog | |
| parent | 269a8f1c8e221c1d32f79206ebaa71df4200b5b5 (diff) | |
| download | emacs-30857a614a4dd26c6f20d45d51694dec60260ce8.tar.gz emacs-30857a614a4dd26c6f20d45d51694dec60260ce8.zip | |
(forward-paragraph): Avoid args-out-of-range error when point winds up
at the beginning of the buffer and hard newlines are enabled.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e443b47323d..0ed8630d850 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2004-09-29 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * textmodes/paragraphs.el (forward-paragraph): Avoid | ||
| 4 | args-out-of-range error when point winds up at the beginning of | ||
| 5 | the buffer and hard newlines are enabled. | ||
| 6 | |||
| 3 | * newcomment.el (comment-multi-line): Doc fix. | 7 | * newcomment.el (comment-multi-line): Doc fix. |
| 4 | 8 | ||
| 5 | 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |