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
0ab9dd76
Commit
0ab9dd76
authored
Feb 20, 1998
by
Kenichi Handa
Browse files
(Fset_char_table_default): For an invalid character, call
invalid_character.
parent
26aff150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fns.c
src/fns.c
+1
-1
No files found.
src/fns.c
View file @
0ab9dd76
...
...
@@ -1852,7 +1852,7 @@ See also the documentation of make-char.")
c
=
XINT
(
ch
);
SPLIT_NON_ASCII_CHAR
(
c
,
charset
,
code1
,
code2
);
if
(
!
CHARSET_DEFINED_P
(
charset
))
error
(
"I
nvalid
character
: %d"
,
c
);
i
nvalid
_
character
(
c
);
if
(
charset
==
CHARSET_ASCII
)
return
(
XCHAR_TABLE
(
char_table
)
->
defalt
=
value
);
...
...
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