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
450ed226
Commit
450ed226
authored
Jan 16, 2001
by
Kenichi Handa
Browse files
(CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
parent
03167a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ccl.c
src/ccl.c
+2
-2
No files found.
src/ccl.c
View file @
450ed226
...
...
@@ -420,7 +420,7 @@ Lisp_Object Vccl_program_table;
IC += 2;
*/
#define CCL_Exten
t
ion 0x1F
/* Extended CCL code
#define CCL_Exten
s
ion 0x1F
/* Extended CCL code
1:ExtendedCOMMNDRrrRRRrrrXXXXX
2:ARGUEMENT
3:...
...
...
@@ -1206,7 +1206,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
ic
=
jump_address
;
break
;
case
CCL_Exten
t
ion
:
case
CCL_Exten
s
ion
:
switch
(
EXCMD
)
{
case
CCL_ReadMultibyteChar2
:
...
...
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