view lisp/term/vt240.el @ 16275:a4bcfdc9bb66

(REGEXP_CACHE_SIZE): Increase to 20. (compile_pattern): Check for size match before calling Fstring_equal.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Sep 1996 04:38:10 +0000
parents 8ba66a564213
children 67b464da13ec
line wrap: on
line source

;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)

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