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
ebaff4af
Commit
ebaff4af
authored
Feb 05, 2004
by
Kenichi Handa
Browse files
(Fset_char_table_range): Fix previous change.
parent
64d1e373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/fns.c
src/fns.c
+1
-1
No files found.
src/ChangeLog
View file @
ebaff4af
...
...
@@ -8,6 +8,8 @@
2004-02-05 Kenichi Handa <handa@m17n.org>
* fns.c (Fset_char_table_range): Fix previous change.
* buffer.c (Fset_buffer_multibyte): Fix docstring.
2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
src/fns.c
View file @
ebaff4af
...
...
@@ -2519,7 +2519,7 @@ character set, or a character code. Return VALUE. */)
|| ! NATNUMP (AREF (charset_info, 0))
|| (charset_id = XINT (AREF (charset_info, 0)),
! CHARSET_DEFINED_P (charset_id)))
error ("Invalid charset: %s", SYMBOL_NAME (range));
error ("Invalid charset: %s",
SDATA (
SYMBOL_NAME (range))
)
;
if (charset_id == CHARSET_ASCII)
for (i = 0; i < 128; i++)
...
...
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