1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(iso-accents-accent-key): Use `vector'

rather than char-to-string since last-input-char can be any event.
This commit is contained in:
Stefan Monnier 2002-04-08 22:52:08 +00:00
parent 8c1ccc6c06
commit f33c1f4c5a

View file

@ -288,7 +288,7 @@ the language you choose)."
(if (and iso-accents-mode
(memq last-input-char iso-accents-enable))
(iso-accents-compose prompt)
(char-to-string last-input-char)))
(vector last-input-char)))
(defun iso-accents-compose (prompt)
(let* ((first-char last-input-char)