diff options
| author | Glenn Morris | 2009-08-21 07:34:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-21 07:34:18 +0000 |
| commit | fff28970383c88621cfcdd79375ca200bd69bb0e (patch) | |
| tree | e44b258073e86ef76aa693c1f8eb73ec5a168885 /lisp/ChangeLog | |
| parent | d93e053bb544bca58f9d993c538ce45a6946cef6 (diff) | |
| download | emacs-fff28970383c88621cfcdd79375ca200bd69bb0e.tar.gz emacs-fff28970383c88621cfcdd79375ca200bd69bb0e.zip | |
(news-mail-reply): Use goto-char rather than goto-line.
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 | ||