aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xfaces.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fe6031f5a3f..154143c44b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xfaces.c (face_at_buffer_position): Remove unused vars.
4
12008-02-01 Kenichi Handa <handa@ni.aist.go.jp> 52008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2 6
3 * ccl.c (CCL_WRITE_CHAR): Fix overflow checking. 7 * ccl.c (CCL_WRITE_CHAR): Fix overflow checking.
diff --git a/src/xfaces.c b/src/xfaces.c
index 4f3509ebd30..c00dade631b 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -8220,8 +8220,6 @@ face_for_overlay_string (w, pos, region_beg, region_end,
8220 struct frame *f = XFRAME (w->frame); 8220 struct frame *f = XFRAME (w->frame);
8221 Lisp_Object attrs[LFACE_VECTOR_SIZE]; 8221 Lisp_Object attrs[LFACE_VECTOR_SIZE];
8222 Lisp_Object prop, position; 8222 Lisp_Object prop, position;
8223 int i, noverlays;
8224 Lisp_Object *overlay_vec;
8225 Lisp_Object frame; 8223 Lisp_Object frame;
8226 int endpos; 8224 int endpos;
8227 Lisp_Object propname = mouse ? Qmouse_face : Qface; 8225 Lisp_Object propname = mouse ? Qmouse_face : Qface;