aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-18 15:00:52 +0800
committerChong Yidong2012-04-18 15:00:52 +0800
commitbc6494efe328c6b6da13bafd95e035da4e36ca98 (patch)
tree5b8cc4868d041b88c42a94bc823868dd1c3358c3 /lisp/ChangeLog
parentc09c46b263a4c47806775c57bea391612cad4404 (diff)
downloademacs-bc6494efe328c6b6da13bafd95e035da4e36ca98.tar.gz
emacs-bc6494efe328c6b6da13bafd95e035da4e36ca98.zip
* simple.el (line-move): Use forward-line if in batch mode.
Fixes: debbugs:11053
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eff89ba08c0..054b3ca5f47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-04-18 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (line-move): Use forward-line if in batch mode
4 (Bug#11053).
5
12012-04-18 Christopher Schmidt <christopher@ch.ristopher.com> 62012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
2 7
3 * files.el (after-find-file): Do not try to add a final newline if 8 * files.el (after-find-file): Do not try to add a final newline if