# HG changeset patch # User Kenichi Handa # Date 1158202018 0 # Node ID cc89b0870fa81c3478495f97e71bd4386a32cd44 # Parent c5744ceda9ba55d3f44e39d3611b69220665ddd8 (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. diff -r c5744ceda9ba -r cc89b0870fa8 leim/quail/uni-input.el --- a/leim/quail/uni-input.el Thu Sep 14 01:43:18 2006 +0000 +++ b/leim/quail/uni-input.el Thu Sep 14 02:46:58 2006 +0000 @@ -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))))))