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
(access_keymap): Return the cdr of the binding of
[emacs.git]
/
lisp
/
term
/
vt300.el
blob
2648506378760f8338799785fa36ddfbd2626b66
1
(
load
"term/vt100"
nil t
)
2
3
;; Make F11 an escape key.
4
(
define-key
function-key-map
"\e[23~"
[
?\e
])
5
6
;;; vt300.el ends here