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
Trim whitespace in lm-keywords-list
[emacs.git]
/
lisp
/
term
/
vt102.el
blob
261b0bb5fd6626ba4afe3175047a97f9fe42fabc
1
2
(
defun
terminal-init-vt102
()
3
"Terminal initialization function for vt102."
4
(
tty-run-terminal-initialization
(
selected-frame
)
"vt100"
))
5
6
;;; vt102.el ends here