mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(encoded-kbd-self-insert-sjis):
Handle katakana-jisx0201 correctly.
This commit is contained in:
parent
bb6c9254db
commit
63d3d7841a
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ The following key sequence may cause multilingual text insertion."
|
|||
(if (or (< last-command-char ?\xA0) (>= last-command-char ?\xE0))
|
||||
(decode-sjis-char (+ (ash last-command-char 8)
|
||||
(read-char-exclusive)))
|
||||
(make-char 'latin-jisx0201 last-command-char))))
|
||||
(make-char 'katakana-jisx0201 last-command-char))))
|
||||
(self-insert-command 1)))
|
||||
|
||||
(defun encoded-kbd-self-insert-big5 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue