view lisp/term/vt300.el @ 48081:930c3f92138a

Don't include strings.h. (IRIX6): Don't define. (bcopy, bcmp, bzero): Don't undef.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 18:57:41 +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