aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-08-21 07:40:24 +0000
committerGlenn Morris2009-08-21 07:40:24 +0000
commit9b4c5ecd6a04221f17e46d35eed24004a58b2ee2 (patch)
tree3728e92eb7a3dba271fd78c8b1c0bc56d4222c27 /lisp/ChangeLog
parentce86eeb58ee1e43093b4be663e47143efea97872 (diff)
downloademacs-9b4c5ecd6a04221f17e46d35eed24004a58b2ee2.tar.gz
emacs-9b4c5ecd6a04221f17e46d35eed24004a58b2ee2.zip
Use forward-line, not goto-line.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
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.