Mercurial > emacs
changeset 13533:d081e1969406
(tmm-define-keys): Don't define ESC ESC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Nov 1995 03:20:37 +0000 |
parents | 37fdd3664658 |
children | 25cd5b83d805 |
files | lisp/tmm.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tmm.el Mon Nov 13 01:37:40 1995 +0000 +++ b/lisp/tmm.el Mon Nov 13 03:20:37 1995 +0000 @@ -75,7 +75,7 @@ "Press PageUp Key to reach this buffer from the minibuffer. Alternatively, you can use Up/Down keys (or your History keys) to change the item in the minibuffer, and press RET when you are done, or press the -marked letters to pick up your choice. Type ESC ESC to cancel. +marked letters to pick up your choice. Type C-g or ESC ESC ESC to cancel. " "What insert on top of completion buffer.") @@ -186,7 +186,6 @@ (define-key (current-local-map) [pageup] 'tmm-goto-completions) (define-key (current-local-map) [prior] 'tmm-goto-completions) (define-key (current-local-map) "\ev" 'tmm-goto-completions) - (define-key (current-local-map) "\e\e" 'abort-recursive-edit) (define-key (current-local-map) "\C-n" 'next-history-element) (define-key (current-local-map) "\C-p" 'previous-history-element))