view lisp/term/vt320.el @ 45299:948bb97d1e60

(easy-menu-name-match): Match both displayed text and internal name as string.
author Jason Rumney <jasonr@gnu.org>
date Tue, 14 May 2002 21:19:16 +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