view lisp/term/vt320.el @ 46651:9f027dd3047f

(BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT, EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS, PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR): Macros deleted.
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 24 Jul 2002 02:07:15 +0000
parents 67b464da13ec
children 33d53d287ee4
line wrap: on
line source

(load "term/vt100" nil t)

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

;;; vt320.el ends here