Mercurial > emacs
changeset 72860:cc89b0870fa8
(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.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 14 Sep 2006 02:46:58 +0000 |
parents | c5744ceda9ba |
children | a15bb5250347 |
files | leim/quail/uni-input.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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))))))