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
43f4f91c
Commit
43f4f91c
authored
Apr 03, 2008
by
Jason Rumney
Browse files
(ftfont_get_open_type_spec): Check spec->script, not val.
parent
a086d081
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/ftfont.c
src/ftfont.c
+1
-1
No files found.
src/ChangeLog
View file @
43f4f91c
2008-04-03 Jason Rumney <jasonr@gnu.org>
* ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
2008-04-02 Chong Yidong <cyd@stupidchicken.com>
* callint.c (Vshift_select_mode): New var.
...
...
src/ftfont.c
View file @
43f4f91c
...
...
@@ -355,7 +355,7 @@ ftfont_get_open_type_spec (Lisp_Object otf_spec)
if
(
!
spec
)
return
NULL
;
spec
->
script
=
XCAR
(
otf_spec
);
if
(
!
NILP
(
val
))
if
(
!
NILP
(
spec
->
script
))
{
OTF_SYM_TAG
(
spec
->
script
,
spec
->
script_tag
);
val
=
assq_no_quit
(
spec
->
script
,
Votf_script_alist
);
...
...
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