aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-01-11 22:15:12 -0800
committerPaul Eggert2013-01-11 22:15:12 -0800
commitbdc9b756cdbfd3dc2b8b2175816d4a81c7021a8d (patch)
treea338d7dbdbd5082e068906080c4d6e05653081a1 /src/ChangeLog
parent444b01bb49d94293d6514271b639ffa4928de640 (diff)
downloademacs-bdc9b756cdbfd3dc2b8b2175816d4a81c7021a8d.tar.gz
emacs-bdc9b756cdbfd3dc2b8b2175816d4a81c7021a8d.zip
* indent.c (Fvertical_motion): Remove now-incorrect GCPROs
for old_charpos and old_bytepos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2481177f465..13b53e922ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
4 for old_charpos and old_bytepos.
5
12013-01-12 Paul Eggert <eggert@cs.ucla.edu> 62013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415). 8 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).