aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 18:22:56 -0700
committerPaul Eggert2011-03-14 18:22:56 -0700
commit85876d07948fa6dba29b987c20eadd1b4c7aad1a (patch)
treeb9293b44fcd207ed7290483f9cf0f9f5d6e7561e /src/ChangeLog
parentb3dd38aba98f3521d164ef698d6b77b80d867fb8 (diff)
downloademacs-85876d07948fa6dba29b987c20eadd1b4c7aad1a.tar.gz
emacs-85876d07948fa6dba29b987c20eadd1b4c7aad1a.zip
* insdel.c (check_markers, make_gap_larger, make_gap_smaller):
(reset_var_on_error, Fcombine_after_change_execute_1): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0f6bd3dab9c..6717ce1489e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
4 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
5
3 * filelock.c (within_one_second): Now static. 6 * filelock.c (within_one_second): Now static.
4 (lock_file_1): Rename local to avoid shadowing. 7 (lock_file_1): Rename local to avoid shadowing.
5 8