aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-05-21 09:27:33 +0400
committerDmitry Antipov2013-05-21 09:27:33 +0400
commitecc3c6edd7422fa14b525461d0b5c288690b9b89 (patch)
tree336b4006279f496d43cea57dbb201d748d6a0892 /src/ChangeLog
parent195eea0f0b1dfe11ddc87117ec4e486379588be7 (diff)
downloademacs-ecc3c6edd7422fa14b525461d0b5c288690b9b89.tar.gz
emacs-ecc3c6edd7422fa14b525461d0b5c288690b9b89.zip
* xdisp.c (reseat_at_previous_visible_line_start):
Already declared in dispextern.h, so remove it here. (move_it_vertically_backward): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88a9405786b..f9925abb9ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xdisp.c (reseat_at_previous_visible_line_start):
4 Already declared in dispextern.h, so remove it here.
5 (move_it_vertically_backward): Likewise.
6
12013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * xfns.c (check_x_display_info): Don't use XINT for terminal object. 9 * xfns.c (check_x_display_info): Don't use XINT for terminal object.