aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 17:42:10 -0700
committerPaul Eggert2011-04-13 17:42:10 -0700
commit9306c32edb973b6c85ab32437332c18288528830 (patch)
treeffe94321df7e7f7f16038b648ed7270c410f33ed /src/ChangeLog
parentcd44d2ebb43eb738eca182841c903f8419cd6b5b (diff)
downloademacs-9306c32edb973b6c85ab32437332c18288528830.tar.gz
emacs-9306c32edb973b6c85ab32437332c18288528830.zip
* indent.c (val_compute_motion, val_vmotion): 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 1ede517243f..c11fd18714e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-13 Paul Eggert <eggert@cs.ucla.edu> 12011-04-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * indent.c (val_compute_motion, val_vmotion): Now static.
4
3 * image.c: Make symbols static if they're not exported. 5 * image.c: Make symbols static if they're not exported.
4 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare 6 * dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
5 if USE_GTK. 7 if USE_GTK.