diff options
| author | Pavel Janík | 2002-05-18 08:05:54 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-05-18 08:05:54 +0000 |
| commit | 17b1725804cc726fa23158e4bcddf1a27ae94ca1 (patch) | |
| tree | ddc8479e0907a16a81f11c0e76d93c5297915d98 /lisp/ChangeLog | |
| parent | dacec5966e2e4978bb3c4a7476c3986c3a97b79d (diff) | |
| download | emacs-17b1725804cc726fa23158e4bcddf1a27ae94ca1.tar.gz emacs-17b1725804cc726fa23158e4bcddf1a27ae94ca1.zip | |
(forms-jump-record, forms-insert-record, forms-delete-record): Calculate
lines from the beginning of the accessible portion rather than from the
beginning of the buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 021b651d540..9c4c70376cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-05-17 Thomas Morgan <tlm@pocketmail.com> | ||
| 2 | |||
| 3 | * forms.el (forms-jump-record, forms-insert-record) | ||
| 4 | (forms-delete-record): Calculate lines from the beginning of the | ||
| 5 | accessible portion rather than from the beginning of the buffer. | ||
| 6 | |||
| 1 | 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * ps-mule.el (eval-and-compile): Add a trivial replacement for a | 9 | * ps-mule.el (eval-and-compile): Add a trivial replacement for a |