aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2008-02-01 04:44:30 +0000
committerMiles Bader2008-02-01 04:44:30 +0000
commitdd559368b0db67654f643320b1d84afdabe60e97 (patch)
treeb0e242d49f8e0f70c83c791b6ba34c34376ede2f /src
parenta9989764a4d54bf58381d5c3902e575bdf314245 (diff)
parentbf120ed1b9f1fa5a2422465e7ca825080b7b0c65 (diff)
downloademacs-dd559368b0db67654f643320b1d84afdabe60e97.tar.gz
emacs-dd559368b0db67654f643320b1d84afdabe60e97.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-330
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;