aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-09 18:02:40 -0800
committerPaul Eggert2011-03-09 18:02:40 -0800
commitbf60f6168239d399ac5522025e7dd1bcf18afe24 (patch)
treef0b5a3742bb4c2daf592aff1b921457f03d59127 /src/ChangeLog
parent524c7aa6108b4178ca8436db8022686d180a5ca5 (diff)
downloademacs-bf60f6168239d399ac5522025e7dd1bcf18afe24.tar.gz
emacs-bf60f6168239d399ac5522025e7dd1bcf18afe24.zip
* fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): 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 55e003142d4..b6ab1e18dcc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-10 Paul Eggert <eggert@cs.ucla.edu> 12011-03-10 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.
4
3 * alloc.c (mark_fringe_data): Move decl from here ... 5 * alloc.c (mark_fringe_data): Move decl from here ...
4 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here, 6 * lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here,
5 to check its interface. 7 to check its interface.