projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da13a4b
)
(face_for_overlay_string): Call lookup_face with
author
Kenichi Handa
<handa@m17n.org>
Mon, 12 Nov 2007 02:30:30 +0000
(
02:30
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 12 Nov 2007 02:30:30 +0000
(
02:30
+0000)
correct arguments (fix of synching with the trunk).
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index fd7dbb88133ea113595706f9998557fa66402530..206dc685814376d11a5c91d964d7b4f1d66e8a08 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-8292,7
+8292,7
@@
face_for_overlay_string (w, pos, region_beg, region_end,
/* Look up a realized face with the given face attributes,
or realize a new one for ASCII characters. */
- return lookup_face (f, attrs
, 0, NULL
);
+ return lookup_face (f, attrs);
}