]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt201.el
* lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.
[gnu-emacs] / lisp / term / vt201.el
index a63f9561a6dde70a422b51fbc639bfbb700594e6..cbeba00b65147e826ee16fb389e447e35473a6ff 100644 (file)
@@ -5,7 +5,7 @@
   "Terminal initialization function for vt201."
   (tty-run-terminal-initialization (selected-frame) "vt100")
   ;; Make F11 an escape key.
-  (define-key local-function-key-map "\e[23~" [?\e]))
+  (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
+  (define-key local-function-key-map [f11] [?\e]))
 
-;;; arch-tag: a6abb38f-60ea-449e-a9e9-3fb8572c52ae
 ;;; vt201.el ends here