Mercurial > emacs
changeset 6775:07eb87564783
(function-key-map): Use f11, not \e.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Apr 1994 21:17:32 +0000 |
parents | a29237d1fdca |
children | 35ee53952fd0 |
files | lisp/term/lk201.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/lk201.el Sat Apr 09 21:09:34 1994 +0000 +++ b/lisp/term/lk201.el Sat Apr 09 21:17:32 1994 +0000 @@ -23,7 +23,8 @@ (define-key function-key-map "\e[20~" [f9]) (define-key function-key-map "\e[21~" [f10]) ;; Customarily F11 is used as the ESC key. -(define-key function-key-map "\e[23~" [?\e]) +;; The file that includes this one, takes care of that. +(define-key function-key-map "\e[23~" [f11]) (define-key function-key-map "\e[24~" [f12]) (define-key function-key-map "\e[25~" [f13]) (define-key function-key-map "\e[26~" [f14])