[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/subr.el
From: |
Noah Friedman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/subr.el |
Date: |
Sun, 29 Sep 2002 14:37:43 -0400 |
Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.325 emacs/lisp/subr.el:1.326
*** emacs/lisp/subr.el:1.325 Sat Sep 28 23:31:15 2002
--- emacs/lisp/subr.el Sun Sep 29 14:37:43 2002
***************
*** 1071,1077 ****
"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))
(aref (read-key-sequence prompt nil t) 0)))
(defun read-quoted-char (&optional prompt)
--- 1071,1077 ----
"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-auxiliary-map))
(aref (read-key-sequence prompt nil t) 0)))
(defun read-quoted-char (&optional prompt)