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
*** empty log message ***
[emacs.git]
/
lisp
/
term
/
vt420.el
blob
9ed5fbe135b9f9b90cb728a4f39567cb6744d9cd
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
;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
8
;;; vt420.el ends here