# HG changeset patch # User Noah Friedman # Date 1033324663 0 # Node ID 8727968a0e0020f6d8a9f305f4b587955da18dee # Parent 8652328059bcd7ee200db6774b3e3de9daf99936 (read-key): Use read-key-auxiliary-map, not read-key-aux-map. diff -r 8652328059bc -r 8727968a0e00 lisp/subr.el --- 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)