Mercurial > emacs
changeset 59711:fa3ef0f9b02e
(encoded-kbd-iso2022-single-shift):
Fix setting of the element of encoded-kbd-iso2022-invocations.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 24 Jan 2005 00:19:35 +0000 |
parents | dc40d9822125 |
children | 2f45e4aeb986 |
files | lisp/international/encoded-kb.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/encoded-kb.el Sun Jan 23 22:18:26 2005 +0000 +++ b/lisp/international/encoded-kb.el Mon Jan 24 00:19:35 2005 +0000 @@ -126,9 +126,7 @@ (defun encoded-kbd-iso2022-single-shift (ignore) (let ((char (encoded-kbd-last-key))) - (aset encoded-kbd-iso2022-invocations 2 - (aref encoded-kbd-iso2022-designations - (if (= char ?\216) 2 3)))) + (aset encoded-kbd-iso2022-invocations 2 (if (= char ?\216) 2 3))) "") (defun encoded-kbd-self-insert-iso2022-7bit (ignore)