(encoded-kbd-self-insert-ccl):

Remove redundant string-to-list.
This commit is contained in:
Dave Love 2001-04-06 09:44:13 +00:00
parent 869fb12c1d
commit 17fd77dd54

View file

@ -244,7 +244,7 @@ The following key sequence may cause multilingual text insertion."
(dotimes (i 9) (aset vec i nil))
(setq str (format "%s%c" str (read-char-exclusive))))
(setq unread-command-events
(append (string-to-list result) unread-command-events))))
(append result unread-command-events))))
(defun encoded-kbd-setup-keymap (coding)
;; At first, reset the keymap.