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
c62c8ddb
Commit
c62c8ddb
authored
Feb 06, 2008
by
Stefan Monnier
Browse files
(make_sub_char_table): Remove noop-yet-incorrect statement.
parent
04b65d2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/chartab.c
src/chartab.c
+0
-1
No files found.
src/ChangeLog
View file @
c62c8ddb
2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
* chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
2008-02-05 Jason Rumney <jasonr@gnu.org>
* w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
...
...
src/chartab.c
View file @
c62c8ddb
...
...
@@ -104,7 +104,6 @@ make_sub_char_table (depth, min_char, defalt)
XSETPVECTYPE
(
XVECTOR
(
table
),
PVEC_SUB_CHAR_TABLE
);
XSUB_CHAR_TABLE
(
table
)
->
depth
=
make_number
(
depth
);
XSUB_CHAR_TABLE
(
table
)
->
min_char
=
make_number
(
min_char
);
XSETSUB_CHAR_TABLE
(
table
,
XSUB_CHAR_TABLE
(
table
));
return
table
;
}
...
...
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