Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0a4df6a5
Commit
0a4df6a5
authored
Jun 17, 2013
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nsfont.m (ns_registry_to_script): Parenthesize while expression.
parent
b5bcaee5
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/nsfont.m
src/nsfont.m
+1
-1
No files found.
src/ChangeLog
View file @
0a4df6a5
2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
* nsfont.m (ns_registry_to_script): Parenthesize while expression.
2013-06-17 Eli Zaretskii <eliz@gnu.org>
* w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
...
...
src/nsfont.m
View file @
0a4df6a5
...
...
@@ -362,7 +362,7 @@ seems to be limited for now (2009/05) to ja, zh, and ko. */
*
ns_registry_to_script
(
char
*
reg
)
{
Lisp_Object
script
,
r
,
rts
=
Vns_reg_to_script
;
while
CONSP
(
rts
)
while
(
CONSP
(
rts
)
)
{
r
=
XCAR
(
XCAR
(
rts
));
if
(
!
strncmp
(
SSDATA
(
r
),
reg
,
SBYTES
(
r
)))
...
...
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