+2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * international/quail.el (quail-input-string-to-events): Fix last
+ change.
+
2001-12-16 Richard M. Stallman <rms@gnu.org>
* subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
Do so while interleaving with the following special events:
\(compose-last-chars LEN COMPONENTS)
\(quail-advice INPUT-STRING)"
- (let* ((events (lambda (c)
+ (let* ((events
+ (mapcar (lambda (c)
;; This gives us the chance to unify on input
;; (e.g. using ucs-tables.el).
(or (and translation-table-for-input
(aref translation-table-for-input c))
- c)))
+ c))
+ (string-to-list str)))
(len (length str))
(idx len)
composition from to)