a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
mechanism do it.
+2006-09-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
+
+ * quail/uni-input.el (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.
+
2006-07-12 David Kastrup <dak@gnu.org>
* quail/greek.el: Change iota subscriptum transliteration in
(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))))))