projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45e2b5
)
(mface_put_prop): Fix previous change.
author
handa
<handa>
Fri, 27 Aug 2004 12:48:17 +0000
(12:48 +0000)
committer
handa
<handa>
Fri, 27 Aug 2004 12:48:17 +0000
(12:48 +0000)
src/face.c
patch
|
blob
|
history
diff --git
a/src/face.c
b/src/face.c
index
ad167a0
..
db35b68
100644
(file)
--- a/
src/face.c
+++ b/
src/face.c
@@
-1724,7
+1724,7
@@
mface_put_prop (MFace *face, MSymbol key, void *val)
else if (key == Mbox)
val = get_box_create (val);
- if (face->properties[index] == val)
+ if (face->property[index] == val)
return 0;
face->property[index] = val;