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
0615d903
Commit
0615d903
authored
Jun 03, 2008
by
Andreas Schwab
Browse files
(font_prop_validate_spacing): Fix last change.
parent
e956634f
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/font.c
src/font.c
+1
-1
No files found.
src/ChangeLog
View file @
0615d903
2008-06-03 Andreas Schwab <schwab@suse.de>
* font.c (font_prop_validate_spacing): Fix last change.
2008-06-03 Kenichi Handa <handa@m17n.org>
* font.c (font_prop_validate_spacing): Handle uppercase symbols.
...
...
src/font.c
View file @
0615d903
...
...
@@ -545,7 +545,7 @@ font_prop_validate_spacing (prop, val)
return make_number (FONT_SPACING_CHARCELL);
if (spacing == 'm' || spacing == 'M')
return make_number (FONT_SPACING_MONO);
if (spacing == '
P
' || spacing == 'P')
if (spacing == '
p
' || spacing == 'P')
return make_number (FONT_SPACING_PROPORTIONAL);
if (spacing == 'd' || spacing == 'D')
return make_number (FONT_SPACING_DUAL);
...
...
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