]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt240.el
Fix coding tag.
[gnu-emacs] / lisp / term / vt240.el
index 725e323c00cf1d5960522565f7ded8bafdb6327f..0aea10bf982825c39ed1bd1ae11aa16ec58e5738 100644 (file)
@@ -3,9 +3,10 @@
 ;; Most differences are handled by the termcap entry.
 (defun terminal-init-vt240 ()
   "Terminal initialization function for vt240."
-  (terminal-init-vt100)
+  (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: d9f88e9c-02dc-49ff-871c-a415f08e4eb7
+;; arch-tag: d9f88e9c-02dc-49ff-871c-a415f08e4eb7
 ;;; vt240.el ends here