view lisp/term/vt400.el @ 83393:38af4e693f4e

Protect keyboard-translate-table from GC. * src/keyboard.c (mark_kboards): Also mark Vkeyboard_translate_table. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-433
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Oct 2005 11:43:13 +0000
parents 532e0a9335a9
children 7d093d9d4479
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(defun terminal-init-vt400 ()
  "Terminal initialization function for vt400."
  (terminal-init-vt100)
  ;; Make F11 an escape key.
  (define-key (terminal-local-value 'local-function-key-map nil) "\e[23~" [?\e]))

;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
;;; vt400.el ends here