view lisp/term/vt420.el @ 49960:10a8aba3dfc7

First line of function doc string should mention the most important args, in order.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Feb 2003 16:48:54 +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])

;;; vt420.el ends here