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
(diff-mode-map): Add a binding for unified->context.
[emacs.git]
/
lisp
/
term
/
apollo.el
blob
749ff85a0a68fb39393b59d7e03d432b107de570
1
;; -*- no-byte-compile: t -*-
2
(
defun
terminal-init-apollo
()
3
"Terminal initialization function for apollo."
4
(
load
"term/vt100"
nil t
))
5
6
;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
7
;;; apollo.el ends here