diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e73697dcf0d..67d416c8ada 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-08-21 Glenn Morris <rgm@gnu.org> | 1 | 2009-08-21 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * obsolete/rnewspost.el (news-mail-reply): | ||
| 4 | Use goto-char rather than goto-line. | ||
| 5 | |||
| 3 | * term/ns-win.el (ns-open-file-select-line): | 6 | * term/ns-win.el (ns-open-file-select-line): |
| 4 | Use line-beginning-position rather than goto-line. | 7 | Use line-beginning-position rather than goto-line. |
| 5 | 8 | ||