Mercurial > emacs
changeset 47690:8727968a0e00
(read-key): Use read-key-auxiliary-map, not read-key-aux-map.
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Sun, 29 Sep 2002 18:37:43 +0000 |
parents | 8652328059bc |
children | deb6fb65d76c |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sun Sep 29 17:55:53 2002 +0000 +++ b/lisp/subr.el Sun Sep 29 18:37:43 2002 +0000 @@ -1071,7 +1071,7 @@ "Read a key from the keyboard. Contrary to `read-event' this will not return a raw event but will obey `function-key-map' and `key-translation-map' instead." - (let ((overriding-terminal-local-map read-key-aux-map)) + (let ((overriding-terminal-local-map read-key-auxiliary-map)) (aref (read-key-sequence prompt nil t) 0))) (defun read-quoted-char (&optional prompt)