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
9f2feff6
Commit
9f2feff6
authored
Oct 19, 2000
by
Kenichi Handa
Browse files
(x_find_ccl_program): Check also fontp->full_name.
parent
16d51a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/xterm.c
src/xterm.c
+4
-2
No files found.
src/xterm.c
View file @
9f2feff6
...
...
@@ -13191,8 +13191,10 @@ x_find_ccl_program (fontp)
elt = XCAR (list);
if (CONSP (elt)
&& STRINGP (XCAR (elt))
&& (fast_c_string_match_ignore_case (XCAR (elt), fontp->name)
>= 0))
&& ((fast_c_string_match_ignore_case (XCAR (elt), fontp->name)
>= 0)
|| (fast_c_string_match_ignore_case (XCAR (elt), fontp->full_name)
>= 0)))
break;
}
...
...
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