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
Fixes: debbugs:15923
[emacs.git]
/
lisp
/
term
/
vt125.el
blob
2b2098d483d2c1f5db1c8d8118ee37ccf2eb32dd
1
2
(
defun
terminal-init-vt125
()
3
"Terminal initialization function for vt125."
4
(
tty-run-terminal-initialization
(
selected-frame
)
"vt100"
))
5
6
;;; vt125.el ends here