aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2007-11-12 02:30:30 +0000
committerKenichi Handa2007-11-12 02:30:30 +0000
commitce9c2e7b3b0ccff5167bb3672cb6f2da652f522e (patch)
tree1eba2fd92f20a3e0f83ea05e1b310b4274300698 /src
parentda13a4be890638aa05bde5dae9f956206af2af5a (diff)
downloademacs-ce9c2e7b3b0ccff5167bb3672cb6f2da652f522e.tar.gz
emacs-ce9c2e7b3b0ccff5167bb3672cb6f2da652f522e.zip
(face_for_overlay_string): Call lookup_face with
correct arguments (fix of synching with the trunk).
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index fd7dbb88133..206dc685814 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -8292,7 +8292,7 @@ face_for_overlay_string (w, pos, region_beg, region_end,
8292 8292
8293 /* Look up a realized face with the given face attributes, 8293 /* Look up a realized face with the given face attributes,
8294 or realize a new one for ASCII characters. */ 8294 or realize a new one for ASCII characters. */
8295 return lookup_face (f, attrs, 0, NULL); 8295 return lookup_face (f, attrs);
8296} 8296}
8297 8297
8298 8298