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
Fix bug #10129: add positional information to "C-u C-x =".
[emacs.git]
/
lisp
/
term
/
apollo.el
blob
c570a20112b1bd5b8427141bfc3690553dd8a5e2
1
;; -*- no-byte-compile: t -*-
2
(
defun
terminal-init-apollo
()
3
"Terminal initialization function for apollo."
4
(
tty-run-terminal-initialization
(
selected-frame
)
"vt100"
))
5
6
;;; apollo.el ends here