view lisp/term/vt400.el @ 40725:a8af2e89346c

(Fbuffer_local_value): New function. (syms_of_buffer): defsubr it.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Nov 2001 00:10:49 +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])

;;; vt400.el ends here