Mercurial > emacs
changeset 98382:c05c152df43c
(read-quoted-char): Call char-resolve-modifiers
instead of char-resolve-modifers.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sun, 28 Sep 2008 08:43:18 +0000 |
parents | 897e782d5a3b |
children | fb8c41cd17c4 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sun Sep 28 08:42:27 2008 +0000 +++ b/lisp/subr.el Sun Sep 28 08:43:18 2008 +0000 @@ -1742,7 +1742,7 @@ ;; bound to some prefix in function-key-map or key-translation-map. (setq translated (if (integerp char) - (char-resolve-modifers char) + (char-resolve-modifiers char) char)) (let ((translation (lookup-key local-function-key-map (vector char)))) (if (arrayp translation)