aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-08-21 07:34:18 +0000
committerGlenn Morris2009-08-21 07:34:18 +0000
commitfff28970383c88621cfcdd79375ca200bd69bb0e (patch)
treee44b258073e86ef76aa693c1f8eb73ec5a168885 /lisp/ChangeLog
parentd93e053bb544bca58f9d993c538ce45a6946cef6 (diff)
downloademacs-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/ChangeLog3
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 @@
12009-08-21 Glenn Morris <rgm@gnu.org> 12009-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