aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-06-21 00:46:21 +0000
committerKenichi Handa1997-06-21 00:46:21 +0000
commit6eabea8c48195de2f6da410f961422b10b53d82b (patch)
tree1b509ef60bfc617dea622dca6ca950a08c0b0bdc /src
parent2da424f117c1c1e857a5e3eac40853bd46e04357 (diff)
downloademacs-6eabea8c48195de2f6da410f961422b10b53d82b.tar.gz
emacs-6eabea8c48195de2f6da410f961422b10b53d82b.zip
(Fset_face_attribute_internal): Use FS_LOAD_FONT
instead of calling fs_load_font directly.
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 bb746bb859b..230d81688e1 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -1187,7 +1187,7 @@ DEFUN ("set-face-attribute-internal", Fset_face_attribute_internal,
1187 { 1187 {
1188 struct font_info *fontp; 1188 struct font_info *fontp;
1189 1189
1190 if (!(fontp = fs_load_font (f, FRAME_X_FONT_TABLE (f), 1190 if (!(fontp = FS_LOAD_FONT (f, FRAME_X_FONT_TABLE (f),
1191 CHARSET_ASCII, NULL, fontset))) 1191 CHARSET_ASCII, NULL, fontset)))
1192 Fsignal (Qerror, 1192 Fsignal (Qerror,
1193 Fcons (build_string ("ASCII font can't be loaded"), 1193 Fcons (build_string ("ASCII font can't be loaded"),