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
7acf89e6
Commit
7acf89e6
authored
Oct 06, 2002
by
Dave Love
Browse files
(define_charset_internal): Rename `supprementary'.
parent
a17ea571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/charset.c
src/charset.c
+3
-3
No files found.
src/charset.c
View file @
7acf89e6
...
...
@@ -1075,14 +1075,14 @@ usage: (define-charset-internal ...) */)
static
int
define_charset_internal
(
name
,
dimension
,
code_space
,
min_code
,
max_code
,
iso_final
,
iso_revision
,
emacs_mule_id
,
ascii_compatible
,
supp
r
ementary
,
ascii_compatible
,
supp
l
ementary
,
code_offset
)
Lisp_Object
name
;
int
dimension
;
unsigned
char
*
code_space
;
unsigned
min_code
,
max_code
;
int
iso_final
,
iso_revision
,
emacs_mule_id
;
int
ascii_compatible
,
supp
r
ementary
;
int
ascii_compatible
,
supp
l
ementary
;
int
code_offset
;
{
Lisp_Object
args
[
charset_arg_max
];
...
...
@@ -1104,7 +1104,7 @@ define_charset_internal (name, dimension, code_space, min_code, max_code,
args
[
charset_arg_emacs_mule_id
]
=
(
emacs_mule_id
<
0
?
Qnil
:
make_number
(
emacs_mule_id
));
args
[
charset_arg_ascii_compatible_p
]
=
ascii_compatible
?
Qt
:
Qnil
;
args
[
charset_arg_supplementary_p
]
=
supp
r
ementary
?
Qt
:
Qnil
;
args
[
charset_arg_supplementary_p
]
=
supp
l
ementary
?
Qt
:
Qnil
;
args
[
charset_arg_invalid_code
]
=
Qnil
;
args
[
charset_arg_code_offset
]
=
make_number
(
code_offset
);
args
[
charset_arg_map
]
=
Qnil
;
...
...
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