summaryrefslogtreecommitdiff
path: root/leim/quail/uni-input.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-09-14 02:47:09 +0000
committerKenichi Handa <handa@m17n.org>2006-09-14 02:47:09 +0000
commitf9536fb238209311e10468e4eb0fa2ac0a309816 (patch)
tree3ef5233774bc3fb3138f7f7575faac48312b75c2 /leim/quail/uni-input.el
parent4c71c1062a32fb31ae1e33932f026fd0deda0df5 (diff)
downloademacs-f9536fb238209311e10468e4eb0fa2ac0a309816.tar.gz
(ucs-input-method): Don't make the action of
a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs mechanism do it.
Diffstat (limited to 'leim/quail/uni-input.el')
-rw-r--r--leim/quail/uni-input.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el
index 1e6bdbd51e8..851b4fdf223 100644
--- a/leim/quail/uni-input.el
+++ b/leim/quail/uni-input.el
@@ -100,11 +100,6 @@
(progn
(push key events)
(ucs-input-insert-char key))
- (let ((last-command-char key)
- (current-prefix-arg))
- (condition-case err
- (call-interactively (key-binding seq))
- (quail-error (message "%s" (cdr err)) (beep))))
(quail-delete-region)
(throw 'non-digit (append (reverse events)
(listify-key-sequence seq))))))