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
(risky-local-variable-p): VAL=nil has special meaning.
[emacs.git]
/
lisp
/
term
/
vt400.el
blob
7034d6d55e8f5eb87558d4c8958bab74dd473eb1
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
;;; vt400.el ends here