projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ea77f
)
*** empty log message ***
author
Kenichi Handa
<handa@m17n.org>
Tue, 6 May 2008 11:25:07 +0000
(11:25 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 6 May 2008 11:25:07 +0000
(11:25 +0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 1309ad59a32a98653bbdb5c54fc09dc9249c9bbb..fd9d527f64703aed5c90fe2c78d12d78b753c898 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-3371,6
+3371,9
@@
x_set_font (f, arg, oldval)
else if (FONT_OBJECT_P (arg))
{
font_object = arg;
+ /* This is store the XLFD font name in the frame parameter for
+ backward compatiblity. We should store the font-object
+ itself in the future. */
arg = AREF (font_object, FONT_NAME_INDEX);
}
else