repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Require button.el.
[emacs.git]
/
lisp
/
term
/
vt420.el
blob
b5ce8ee10c15dd40598869b48fa500f2bb227df9
1
;; -*- no-byte-compile: t -*-
2
(
load
"term/vt100"
nil t
)
3
4
;; Make F11 an escape key.
5
(
define-key
function-key-map
"\e[23~"
[
?\e
])
6
7
;;; vt420.el ends here