# HG changeset patch # User Richard M. Stallman # Date 765926252 0 # Node ID 07eb8756478394b385f0e913b30a0dd99b66bb02 # Parent a29237d1fdca1111efa98fec4fa54a2ad4911b64 (function-key-map): Use f11, not \e. diff -r a29237d1fdca -r 07eb87564783 lisp/term/lk201.el --- 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])