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
75c44f31
Commit
75c44f31
authored
Feb 24, 1999
by
Kenichi Handa
Browse files
(encoded-kbd-handle-8bit): Allow inputting ?\240.
parent
4cd8344a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/encoded-kb.el
lisp/international/encoded-kb.el
+1
-1
No files found.
lisp/international/encoded-kb.el
View file @
75c44f31
...
...
@@ -177,7 +177,7 @@ The following key sequence may cause multilingual text insertion."
((
=
last-command-char
?\217
)
(
aset
encoded-kbd-iso2022-invocations
2
3
))
((
>
last-command-char
?\240
)
((
>
=
last-command-char
?\240
)
(
encoded-kbd-self-insert-iso2022-8bit
))
(
t
...
...
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