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
d8d032b8
Commit
d8d032b8
authored
Jan 31, 2003
by
Kenichi Handa
Browse files
(x_encode_char): Call ccl_driver with the last arg Qnil.
parent
b1a92b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
d8d032b8
...
...
@@ -1259,7 +1259,7 @@ x_encode_char (c, char2b, font_info, charset)
ccl->reg[2] = char2b->byte2;
}
ccl_driver (ccl, NULL, NULL, 0, 0);
ccl_driver (ccl, NULL, NULL, 0, 0
, Qnil
);
/* We assume that MSBs are appropriately set/reset by CCL
program. */
...
...
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