# HG changeset patch # User Richard M. Stallman # Date 816232837 0 # Node ID d081e1969406284be215162e8549cdfeba2cda07 # Parent 37fdd36646585fd777ec372673e6075d45918d03 (tmm-define-keys): Don't define ESC ESC. diff -r 37fdd3664658 -r d081e1969406 lisp/tmm.el --- 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))