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:
parent
8c1ccc6c06
commit
f33c1f4c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue