view lisp/term/vt300.el @ 50596:201ff32466bc

* term/mac-win.el: Unconditionally set process-connection-type to nil.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 15 Apr 2003 01:29:42 +0000
parents 33d53d287ee4
children 695cf19ef79e d7ddb3e565de
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])

;;; vt300.el ends here