aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 18:16:59 -0700
committerPaul Eggert2011-03-14 18:16:59 -0700
commit03d78a21befef9074bd85bba98968e9c25e022af (patch)
tree780fcd5ed1f266c3a779838b84f5d5dbba67282f /src/ChangeLog
parent5df8f01bab8c0bbc3391f41c54138d0a18973424 (diff)
downloademacs-03d78a21befef9074bd85bba98968e9c25e022af.tar.gz
emacs-03d78a21befef9074bd85bba98968e9c25e022af.zip
* filelock.c (within_one_second): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fae7e8a29c9..25935defc9b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * filelock.c (within_one_second): Now static.
4
3 * buffer.c (fix_overlays_before): Mark locals as initialized. 5 * buffer.c (fix_overlays_before): Mark locals as initialized.
4 (fix_start_end_in_overlays): Likewise. This function should be 6 (fix_start_end_in_overlays): Likewise. This function should be
5 simplified by using pointers-to-pointers, but that's a different 7 simplified by using pointers-to-pointers, but that's a different