diff options
| author | Glenn Morris | 2009-08-21 07:40:24 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-21 07:40:24 +0000 |
| commit | 9b4c5ecd6a04221f17e46d35eed24004a58b2ee2 (patch) | |
| tree | 3728e92eb7a3dba271fd78c8b1c0bc56d4222c27 /lisp/ChangeLog | |
| parent | ce86eeb58ee1e43093b4be663e47143efea97872 (diff) | |
| download | emacs-9b4c5ecd6a04221f17e46d35eed24004a58b2ee2.tar.gz emacs-9b4c5ecd6a04221f17e46d35eed24004a58b2ee2.zip | |
Use forward-line, not goto-line.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67732dd2532..1f791472396 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -26,7 +26,14 @@ | |||
| 26 | Use help-print-return-message rather than the now obsolete alias. | 26 | Use help-print-return-message rather than the now obsolete alias. |
| 27 | 27 | ||
| 28 | * calendar/cal-move.el (calendar-cursor-to-nearest-date) | 28 | * calendar/cal-move.el (calendar-cursor-to-nearest-date) |
| 29 | (calendar-cursor-to-visible-date): Use forward-line, not goto-line. | 29 | (calendar-cursor-to-visible-date): |
| 30 | * play/5x5.el (5x5-position-cursor): | ||
| 31 | * play/decipher.el (decipher): | ||
| 32 | * play/gomoku.el (gomoku-goto-xy): | ||
| 33 | * play/landmark.el (lm-goto-xy): | ||
| 34 | * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics) | ||
| 35 | (mpuz-paint-digit): | ||
| 36 | Use forward-line, not goto-line. | ||
| 30 | 37 | ||
| 31 | * mail/rmail.el (rmail-obsolete): Delete custom group. | 38 | * mail/rmail.el (rmail-obsolete): Delete custom group. |
| 32 | (rmail-pop-password, rmail-pop-password-required): Make into aliases. | 39 | (rmail-pop-password, rmail-pop-password-required): Make into aliases. |