Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
997c19d3
Commit
997c19d3
authored
Jul 04, 2006
by
Kenichi Handa
Browse files
(Fset_overriding_fontspec_internal): Check if we need
to update Voverriding_fontspec_alist.
parent
d1208b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/fontset.c
src/fontset.c
+2
-0
No files found.
src/fontset.c
View file @
997c19d3
...
...
@@ -1621,6 +1621,8 @@ It is intended that this function is called only from
elt
=
Fcons
(
target
,
Fcons
(
Qnil
,
Fcons
(
Qnil
,
elt
)));
XSETCAR
(
tail
,
elt
);
}
if
(
!
NILP
(
Fequal
(
fontlist
,
Voverriding_fontspec_alist
)))
return
Qnil
;
Voverriding_fontspec_alist
=
fontlist
;
clear_face_cache
(
0
);
++
windows_or_buffers_changed
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment